Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IProjectManager.GetSubscribedUserIDs Method 

Returns the IDs of the users who are subscribed to the given project.

int[] GetSubscribedUserIDs(
   IProject project
);

Parameters

project
The project; cannot be null.

Return Value

The IDs of the users who are subscribed to a project.

Remarks

To retrieve the users who are subscribed to a specific object, the getter methods GetSubscribedUserIDs in each specific object managers should be used.

Exceptions

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.

See Also

IProjectManager Interface | Plumtree.Remote.PRC.Collaboration.Project Namespace