The requested page is not available for selected version.
Collapse
Syntax
long Collapse(string nodepath)
Description
Hide the subnodes of the specified node in the tree view control.
Parameters
nodepath
String specifying a node path.
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..