Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IProjectManager.UnsubscribeUsers Method 

Unsubscribes users with the given IDs from a project.

void UnsubscribeUsers(
   IProject project,
   int[] userIDs
);

Parameters

project
The project to unsubscribe users from; cannot be null and all IDs must be positive.
userIDs
The IDs of the users to unsubscribe from the project; cannot be null.

Remarks

Invalid non-negative IDs or IDs that do not describe subscribed users will be ignored.

Exceptions

Exception Type Condition
InvalidOperationException if the project has not yet been stored or has already been removed.
ArgumentException One or more of the userIDs is not > 0.
CollaborationException The method call resulted in an error.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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