Aqualogic Interaction API  
 

IPTActivityGroups.GrantRightToGroups Method 

Grant the right to an activity to a list of groups.
User's must have the "delegate rights" right in order to grant the right.
User must have the right to the activity in order to grant the right.
When right is granted, current user's activity rights cache is flushed.

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

Parameters

activityID
Activity ID
groupIDs
Array of group IDs

See Also

IPTActivityGroups Interface | com.plumtree.server Namespace