GetNodePathByKey Method (SapTree)
Class
SapTree
.
Action
Given a node key, the path is retrieved (e.g. 2\1\2).
Syntax
C#
nodePathByKey
=
tree
.
GetNodePathByKey
(
nodeKey
)
VB
nodePathByKey
=
tree
.
GetNodePathByKey
(
nodeKey
)
Variable
Description
nodePathByKey
String
.
nodeKey
The key of the node.
String
.