Oracle® WebCenter Interaction Development Kit 10.3.3.0.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 this document.

Exceptions

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