Gets the path of a folder.
A string representation of the path of a folder. The folder path string has "/" as the delimiter for each path component.
For example, a folder named "Department Codes" that is in the "HR" subfolder of the "Acme Subdivision" top-level folder will return /Acme Subdivision/HR/Department Codes as its folder path.Exception Type | Condition |
---|---|
InvalidOperationException | The folder has been deleted or has not been stored. |
IFolder Interface | Plumtree.Remote.PRC.Content.Folder Namespace