Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.UpdateDocumentProperties Method 

Updates the properties of a document.

void UpdateDocumentProperties(
   int documentID,
   IDocumentProperties properties
);

Parameters

documentID
the document ID of the document to update
properties
the properties to update the document with. If any intrinsic properties have been deleted from the portal, the corresponding property must be removed from the DocumentTypeMap or the update will fail.

Exceptions

Exception Type Condition
SoapException if there is a communication problem during the execution of the remote method call
PortalException if the operation resulted in an error on the portal.
NullReferenceException if properties is null

See Also

IDocumentManager Interface | Plumtree.Remote.PRC Namespace