Path:IDataObject[]
Gets a field of data objects that contains all parent data objects up to the root data object.
This property returns all direct and indirect parents as data objects. The order is such that the root data object is the first and the direct parent data object the last data object.
If the executing user has restricted permissions, then it is to be ensured that the necessary permissions for the user are present at the time of accessing properties of the respective data objects.
If only the names of the data objects are needed, then it is more efficient to use the method PathNames, since it only returns the names of the data objects.
Access: Read
Return type: Onion.Client.IDataObject[]