GetParentNodeKey Method (SapTree)
Class
SapTree
.
Action
Key of the parent node of the node specified by the given key.
Syntax
C#
parentNodeKey
=
tree
.
GetParentNodeKey
(
nodeKey
)
VB
parentNodeKey
=
tree
.
GetParentNodeKey
(
nodeKey
)
Variable
Description
parentNodeKey
String
.
nodeKey
The key of the node.
String
.