Subscribes users with the given IDs to the given document.
Subscribes users with the given IDs to the given document.
void SubscribeUsers(IDocument,int[]);
Subscribes users with 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