Click or drag to resize

ITechnicalMetadataItem Method


Retrieves an arbitrary piece of metadata by track name and key

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
string Item(
	string track,
	string key
)

Parameters

track  String
Trace name
key  String
Key name within the track

Return Value

String
Metadata value of specified track and key
See Also