Click or drag to resize

HierarchyGetTreeLevel Method

Gets the level of deepness of the node within the tree, with the root nodes having a level of 1.

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual int GetTreeLevel(
	IHierarchyNode node
)

Parameters

node
Type: Aloe.EnterpriseOne.Model.Core.HierarchiesIHierarchyNode
The node for which to return the level.

Return Value

Type: Int32
The level of the node

Implements

IHierarchyGetTreeLevel(IHierarchyNode)
See Also