Click or drag to resize

IHierarchyTraverseAllSubNodes Method

Traverses and returns the specified node itself 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(
	ObjectTransaction transaction,
	IHierarchyNode node
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
node
Type: Aloe.EnterpriseOne.Model.Core.HierarchiesIHierarchyNode
The node for which to return the sub-nodes.

Return Value

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