| Visual Basic (Declaration) | |
|---|---|
Public Function GetNodeLevel( _ ByVal objItem As dbiNodeItem _ ) As Integer | |
| C# | |
|---|---|
public int GetNodeLevel( dbiNodeItem objItem ) | |
Parameters
- objItem
- The dbiNodeItem to find the level of.
Return Value
IntegerA value of 0 indicates the node item exists directly in the control's primary collection.