IUnmanagedAssetItemAncestorPaths Property
|
Gets the paths of this items ancestor folders
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string[] AncestorPaths { get; }
ReadOnly Property AncestorPaths As String()
Get
property array<String^>^ AncestorPaths {
array<String^>^ get ();
}
abstract AncestorPaths : string[] with get
Property Value
Type:
StringExamples The ancestor paths of unmanaged asset "images/legacy/logos/fav/logo1.png" are:
images
images/legacy
images/legacy/logos
images/legacy/logos/fav
See Also