SetTopNode Method (SapTree)
Class
SapTree
.
Action
Sets the given key as top node.
Syntax
C#
tree
.
SetTopNode
(
nodeKey
)
VB
tree
.
SetTopNode
(
nodeKey
)
Variable
Description
nodeKey
The key of the node.
String
.