Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.GetSubscribedUserIDs Method (IDocument)

Returns the IDs of the users who are subscribed to the given document.

int[] GetSubscribedUserIDs(
   IDocument document
);

Parameters

document
The document. Cannot be null.

Return Value

The IDs of the users who are subscribed to the document.

Exceptions

Exception Type Condition
InvalidOperationException The document has not yet been inserted or has already been removed.
SoapException There is a communication problem during the execution of the remote method call.
CollaborationException Any of the users specified cannot be subscribed.

See Also

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