FindNodeKeyByPath Method (SapTree)
Class
SapTree
.
Action
Return the node key for the given path (e.g. 2\1\2).
Syntax
C#
result
=
tree
.
FindNodeKeyByPath
(
path
)
VB
result
=
tree
.
FindNodeKeyByPath
(
path
)
Variable
Description
result
String
.
path
The node path.
String
.