CollapseNode Method (SapTree)
Class
SapTree
.
Action
This function closes the node with the key nodeKey.
Syntax
C#
tree
.
CollapseNode
(
nodeKey
)
VB
tree
.
CollapseNode
(
nodeKey
)
Variable
Description
nodeKey
The key of the node.
String
.