Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IFolder.Path Property

Gets the path of a folder.

string Path {get;}

Property Value

A string representation of the path of a folder. The folder path string has '/' as 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/Deparement Codes as its folder path.

Exceptions

Exception Type Condition
InvalidOperationException The folder has been deleted or has not been stored.

See Also

IFolder Interface | Plumtree.Remote.PRC.Content.Folder Namespace