ICategoryNodeAncestors Method
|
Gets all the ancestors of this CategoryNode.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICategoryNode> Ancestors()
Function Ancestors As IEnumerable(Of ICategoryNode)
IEnumerable<ICategoryNode^>^ Ancestors()
abstract Ancestors : unit -> IEnumerable<ICategoryNode>
Return Value
Type:
IEnumerableICategoryNodeCollections 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