The requested page is not available for selected version.
DoesNodeExist
Syntax
Boolean DoesNodeExist(string nodepath)
Description
Determine whether a specified tree node path exists.
Parameters
nodepath
String specifying 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 TRUE ifthe node path exists; otherwise, FALSE.