Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentManager.UnsubscribeUsers Method (IDocumentFolder, Int32[])

Unsubscribes users with 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 was a communication problem during the execution of the remote method call.
CollaborationException One or more of the users specified cannot be subscribed.

See Also

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