Click or drag to resize

IUnmanagedAssetItemAncestorPaths Property


Gets the paths of this items ancestor folders

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
string[] AncestorPaths { get; }

Property Value

Type: String
Examples

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