Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the specified a tree node.
Syntax
public TreeNode findNode(str nodePath)
Run On
Called
Parameters
- nodePath
 Type: str
 A string that contains the path to the node.
Return Value
Type: TreeNode Class
Returns the tree node that is specified by the nodePath parameter.
Remarks
This method is obsolete. Use the TreeNode::findNode Method instead.