Oracle® WebCenter Interaction Development Kit 10.3.3.0.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 There was a communication problem during the execution of the remote method call.
PortalException The operation resulted in an error on the portal.
NullReferenceException The properties set is null.

See Also

IDocumentManager Interface | Plumtree.Remote.PRC Namespace