The requested page is not available for selected version.
Select
Syntax
long Select(string nodepath)
Description
Select a node from the TreeView control based on its node path.
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
Return 0 if the call is successful; otherwise, -1..