Click or drag to resize

IHierarchyHasSubNodes Method

Determines whether the specified node has sub nodes.

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
bool HasSubNodes(
	IHierarchyNode node
)

Parameters

node
Type: Aloe.EnterpriseOne.Model.Core.HierarchiesIHierarchyNode
The node to check.

Return Value

Type: Boolean
true if the node has sub-nodes.
See Also