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.5.94
Syntax
string Item(
	string track,
	string key
)

Parameters

track
Type: SystemString
Trace name
key
Type: SystemString
Key name within the track

Return Value

Type: String
Metadata value of specified track and key
See Also