GetPath method: Collection class
Syntax
GetPath()
Description
Use this method to return the absolute path to the collection element within the document's structure.
For example, for the Item_Collection collection of the PuchaseOrder document, GetPath would return the following absolute path:
PurchaseOrder/Item_Collection
Parameters
None.
Returns
A string representing the absolute path to the collection element.