The requested page is not available for selected version.
GetParentPath
Syntax
string GetParentPath (string nodepath)
Description
Return the node path of the parent node of a specified tree node.
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
A string value indicating the parent node path.
Notes:
The type of node path returned – that is, one composed of text or indexes – corresponds to the path type provided in parameter nodepath.