Subscribe users of the given IDs to the given document.
Subscribe users of the given IDs to the given document.
void SubscribeUsers(IDocument,int[]);
Subscribe users of the given IDs to the given document folder and all documents in that folder.
void SubscribeUsers(IDocumentFolder,int[]);
IDocumentManager Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace