Oracle® WebCenter Interaction Development Kit 10.3.3.0.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 was a communication problem during the execution of the remote method call.
CollaborationException One or more of the users specified cannot be subscribed.

See Also

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