Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.GetSubscribedUserIDs Method (IDocumentFolder)

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

int[] GetSubscribedUserIDs(
   IDocumentFolder documentFolder
);

Parameters

documentFolder
The document folder. Cannot be null.

Return Value

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

Exceptions

Exception Type Condition
InvalidOperationException The folder 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