Plumtree EDK (Enterprise Web Development Kit) 5.4.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; 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 It the method resulted in an error.
SoapException There is a communication problem during the execution of the remote method call.

See Also

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