Click or drag to resize

IHierarchyNodeTraverseAllSubNodes Method

Traverses the node and all of its sub nodes, both direct and indirect.

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
IEnumerable<IHierarchyNode> TraverseAllSubNodes()

Return Value

Type: IEnumerableIHierarchyNode
The node and all of its sub nodes, both direct and indirect.
See Also