GetNextNodeKey Method (SapTree)
Class
SapTree
.
Action
Returns the key of the next node.
Syntax
C#
nextNodeKey
=
tree
.
GetNextNodeKey
(
nodeKey
)
VB
nextNodeKey
=
tree
.
GetNextNodeKey
(
nodeKey
)
Variable
Description
nextNodeKey
String
.
nodeKey
The key of the node.
String
.