Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentManager.RemoveDocuments Method 

Removes documents from the portal.

void RemoveDocuments(
   int[] documentIDs
);

Parameters

documentIDs
The IDs of the documents to remove.

Remarks


Note: This does not remove the document file itself, only the link to the document from the portal.
Note: Since this method performs multiple operations, any exception thrown will have details of each failure.

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