Subscribe users of the given ids to the given discussion and all discussion posts within that discussion.
null
. null
; all IDs must be positive. ADMIN
access to the project containing this discussion, and the users to be subscribed have to have at least READ access to the discussion. The call will make a best attempt to subscribe all supplied, valid users. A MultipleObjectException
will be thrown specifying the IDs that failed to be subscribed. Exception Type | Condition |
---|---|
InvalidOperationException | The discussion has not yet been stored or has already been removed. |
MultipleObjectException | Any users cannot be subscribed. |
CollaborationException | The method call resulted in an error. |
ArgumentException | Any of the userIDs is not > 0. |
SoapException | There is a communication problem during the execution of the remote method call. |
IDiscussionManager Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace