Click or drag to resize

IHierarchyGetDirectSubNodes Method

Gets the direct sub-nodes of the specified node. To get root nodes, pass null for node.

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
IEnumerable<IHierarchyNode> GetDirectSubNodes(
	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. Null represents the ultimate root node.

Return Value

Type: IEnumerableIHierarchyNode
The sub-nodes of the specifed node.
See Also