Click or drag to resize

IHierarchyIdAncestors Method


Note: This API is now obsolete.

Retrieves the collection of this hierarchy's ancestors

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
[ObsoleteAttribute("No longer required. Will be refactored out in a future release.")]
IEnumerable<IHierarchyId> Ancestors()

Return Value

IEnumerableIHierarchyId
Collection of ancestors. If root hierarchy, returns empty collection
See Also