Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.UnsubscribeUsers Method (IDocumentFolder, Int32[])

Unsubscribe users of the given IDs from a document folder, including all documents in the folder.

void UnsubscribeUsers(
   IDocumentFolder documentFolder,
   int[] userIDs
);

Parameters

documentFolder
The document folder from which to unsubcribe the users. Cannot be null.
userIDs

Remarks

Invalid IDs or IDs that do not describe subscribed users will be ignored.

Exceptions

Exception Type Condition
InvalidOperationException The object has not yet been inserted or has already been removed.
SoapException There is a communication problem during the execution of the remote method call.
CollaborationException Any of the users specified cannot be subscribed.

See Also

IDocumentManager Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace | IDocumentManager.UnsubscribeUsers Overload List