IMultiEntryMetadataValues Method
|
Retrieves all items from the collection
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<string> Values()
Function Values As IEnumerable(Of String)
IEnumerable<String^>^ Values()
abstract Values : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringAll items in the collection
See Also