Click or drag to resize

IDescriptiveMetadataItem Property


Gets/sets a piece of generic metadata value by its name

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
string this[
	string metadataName
] { get; set; }

Parameters

metadataName  String
Name of the metadata

Return Value

String
Metadata value with given name, null if name not in collection
Remarks
Generic metadata are outside of Dublin Core standard
See Also