Click or drag to resize

IHierarchyNodeIsSubNodeOf Method

Determines whether the node is sub node of the specified node.

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

Parameters

parentNode
Type: Aloe.EnterpriseOne.Model.Core.HierarchiesIHierarchyNode
The parent node against which to test.

Return Value

Type: Boolean
true if the node is sub-node of the specified parent node.
See Also