AquaLogic Interaction Development Kit (IDK) 6.0.0

IDocumentManager.QueryDocumentProperties Method 

Queries the properties of a document.

IDocumentProperties QueryDocumentProperties(
   int documentID
);

Parameters

documentID
The document ID of the document to query.

Return Value

The document properties.

Exceptions

Exception Type Condition
PortalException The operation resulted in an error in the portal.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IDocumentManager Interface | Plumtree.Remote.PRC Namespace