ITechnicalMetadataKeys Method
|
Retrieves list of keys within a track
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring[] Keys(
string track
)
Function Keys (
track As String
) As String()
array<String^>^ Keys(
String^ track
)
abstract Keys :
track : string -> string[] Parameters
- track String
- Track name
Return Value
StringAll keys within the track
See Also