The requested page is not available for selected version.
GetNodeText
Syntax
string GetNodeText(string nodepath)
Description
Retrieve the text content ofa specified node in the tree control.
Parameters
nodepath
String specifying the path to the node.
The node path may be specified as one of the following:
- A string containing all node texts separated by forward slashes ( / ).
- A string containing all node indexes separated by forward slashes ( / ).
Return Value
String value indicating the text content of the specified node.