Click or drag to resize

ICategoryNodeAncestors Method


Gets all the ancestors of this CategoryNode.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<ICategoryNode> Ancestors()

Return Value

Type: IEnumerableICategoryNode
Collections of CategoryNode instances that are ancestors of this CategoryNode. If this CategoryNode is a root node, returns an empty collection.
Remarks
The ancestor hierarchy is returned from lowest to highest, starting from the root node.
See Also