GetNodeTextByPath Method (SapTree)
Class
SapTree
.
Action
The text of a node defined by the given path is returned.
Syntax
C#
nodeTextByPath
=
tree
.
GetNodeTextByPath
(
path
)
VB
nodeTextByPath
=
tree
.
GetNodeTextByPath
(
path
)
Variable
Description
nodeTextByPath
String
.
path
The node path.
String
.