GetPath - method of the PmfTreeItem object
Description:
Returns the string with the absolute path to the tree item.
Note:
This method is also functional in
Web panels.
The path consists of of identifiers of individual tree items separated by the slash character (
'/').
The absolute path starts with the character slash (
'/') that replaces the identifier of the root tree item.
Example:
JavaScriptSelect and copy to clipboard
var sPath = oTreeItem.GetPath();