Returns the IDs of the users who are subscribed to the given project.
null. The IDs of the users who are subscribed to a project.
To retrieve the users who are subscribed to a specific object, the getter methods GetSubscribedUserIDs in each specific object managers should be used.
| Exception Type | Condition |
|---|---|
| InvalidOperationException | if the project has not yet been stored or has already been removed. |
| CollaborationException | The method 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