Aqualogic Interaction API  
 

IPTBulkSubscriber.SetBulkSubscription Method 

Bulk subscribe the users in the passed in groups to a given object with the given class id and object id. Currently this only works for Portlets and Communities. The communit will not be added to the users' Subscriptions, or the portlet added to the users' Home My Page until the Subscription Job is run. To start the subscription job call IPTBulkSubscriber.ScheduleImmediateJob().

void SetBulkSubscription(
   int nClassID,
   int nObjectID,
   int[] anGroupIDs
);

Parameters

nClassID
nObjectID
anGroupIDs

See Also

IPTBulkSubscriber Interface | com.plumtree.server Namespace