UnselectNode Method (SapTree)
Class
SapTree
.
Action
The node with the key nodeKey is removed from the Node Selection.
Syntax
C#
tree
.
UnselectNode
(
nodeKey
)
VB
tree
.
UnselectNode
(
nodeKey
)
Variable
Description
nodeKey
The key of the node.
String
.