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.6.492
Syntax
IEnumerable<ICategoryNode> Ancestors()

Return Value

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