AquaLogic Interaction Development Kit (IDK) 6.0.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 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.

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