IAssetContentIndexEntryHierarchy Property
|
Gets/sets the hierarchy of the asset, which is a list of ancestor ids, without the "af/" part.
Namespace:
Ingeniux.CMS.Assets.Search
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string[] Hierarchy { get; set; }
Property Hierarchy As String()
Get
Set
property array<String^>^ Hierarchy {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract Hierarchy : string[] with get, set
Property Value
Type:
StringExamples ["12", "345", "6593"]
See Also