GetPathName - method of the PmgObject object
Description:
Returns the object name including the path to this object in the Pmg object tree.
Syntax:
String GetPathName()
Example:
JavaScriptVBScriptSelect and copy to clipboard
var sPathName = oObject.GetPathName();
Dim sPathName
sPathName = oObject.GetPathName()