Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.RemoveDocuments Method 

Removes documents from the portal.

void RemoveDocuments(
   int[] documentIDs
);

Parameters

documentIDs
the IDs of the documents to remove

Remarks


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

Exceptions

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

See Also

IDocumentManager Interface | Plumtree.Remote.PRC Namespace