Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.AddDocuments Method 

Adds documents to the portal.

void AddDocuments(
   int documentID,
   int[] destinationFolderIDs
);

Parameters

documentID
the ID of the document to add
destinationFolderIDs
the IDs of the folders to add the document to

Remarks


Note that this does not duplicate the document file itself, only links 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