Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentManager.UnsubscribeUsers Method

Unsubscribes users with the given IDs from a document.

Overload List

Unsubscribes users with the given IDs from a document.

void UnsubscribeUsers(IDocument,int[]);

Unsubscribes users with the given IDs from a document folder, including all documents in the folder.

void UnsubscribeUsers(IDocumentFolder,int[]);

See Also

IDocumentManager Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace