GetNodeText Method (SapTree)
Class
SapTree
.
Action
This function returns the text of the node specified by the given key.
Syntax
C#
nodeText
=
tree
.
GetNodeText
(
nodeKey
)
VB
nodeText
=
tree
.
GetNodeText
(
nodeKey
)
Variable
Description
nodeText
String
.
nodeKey
The key of the node.
String
.