Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocument.GetPath Method 

Returns a string representation of the path of a document.

string GetPath(
   string pathSeparationString
);

Parameters

pathSeparationString
The string to insert between path components. Cannot be null.

Return Value

A string representing the path of a folder.

Remarks

The string is formed by concatenating the path component's strings using the specified separation string between path components.

Exceptions

Exception Type Condition
InvalidOperationException The document has not yet been inserted or has already been removed.

See Also

IDocument Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace