Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.GetDocument Method 

Returns an IDocument with the specified ID, or null if there is no document with the given ID.

IDocument GetDocument(
   int documentID
);

Parameters

documentID
The document ID. The ID of a document can be obtained using the ID property on the IDocument interface. Must be positive.

Return Value

An IDocument with the specified ID or null if the document does not exist or the user does not have access to it.

Exceptions

Exception Type Condition
CollaborationException The method call resulted in an error.
SoapException There is a communication problem during the execution of the remote method call.

See Also

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