GetNodeChildrenCount Method (SapTree)
Class
SapTree
.
Action
This function returns the number of children of the node given.
Syntax
C#
nodeChildrenCount
=
tree
.
GetNodeChildrenCount
(
nodeKey
)
VB
nodeChildrenCount
=
tree
.
GetNodeChildrenCount
(
nodeKey
)
Variable
Description
nodeChildrenCount
Integer
.
nodeKey
The key of the node.
String
.