Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IDiscussionManager.GetSubscribedUserIDs Method 

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

int[] GetSubscribedUserIDs(
   IDiscussion discussion
);

Parameters

discussion
The discussion to query; cannot be null.

Return Value

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

Exceptions

Exception Type Condition
InvalidOperationException The discussion has not yet been stored or has already been removed.
CollaborationException The method resulted in an error.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IDiscussionManager Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace