Unsubscribes users with the given IDs from a discussion, including all the posts within the discussion.
null
; all IDs must be positive. Invalid non-negative IDs or IDs that do not describe subscribed users will be ignored.
Exception Type | Condition |
---|---|
InvalidOperationException | The discussion has not yet been stored or has already been removed. |
CollaborationException | The method resulted in an error. |
ArgumentException | One or more of the user IDs is not > 0. |
SoapException | There was a communication problem during the execution of the remote method call. |
IDiscussionManager Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace