Aqualogic Interaction API  
 

IPTActivityGroups.RevokeRightFromGroups Method 

Revoke the right to an activity from a list of groups.
User must have the "delegate rights" right in order to revoke the right.
User must have the right to the activity in order to revoke the right.
When right is revoked, current user's activity rights cache is flushed.
Rights cannot be revoked from the admin group.

void RevokeRightFromGroups(
   int activityID,
   object[] groupIDs
);

Parameters

activityID
Activity ID
groupIDs
Array of group IDs

See Also

IPTActivityGroups Interface | com.plumtree.server Namespace