Unsubscribes users of the given IDs from a project.
null
; all IDs must be positive. null
. Invalid non-negative IDs or IDs that do not describe subscribed users will be ignored.
Exception Type | Condition |
---|---|
InvalidOperationException | if the project has not yet been stored or has already been removed. |
ArgumentException | Any of the userIDs is not > 0. |
CollaborationException | if the method call resulted in an error. |
SoapException | if there is a communication problem during the execution of the remote method call. |
IProjectManager Interface | Plumtree.Remote.PRC.Collaboration.Project Namespace