Unsubscribes users with the given IDs from a document.
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[]);
IDocumentManager Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace