Aqualogic Interaction API  
 

IPTGadgetInfo.AssignCommunityGadgetSettings Method 

Assign a list of community-gadget settings (preferences) to the combination of the community that the current page is part of the gadget represented. Calling this function will delete all the old settings for this community-gadget combination. Throws an exception if the current page is a my page.

void AssignCommunityGadgetSettings(
   object[][] arrSettings
);

Parameters

arrSettings
- array of the names and corresponding values to be assigned to the community-gadget combination.

See Also

IPTGadgetInfo Interface | com.plumtree.server Namespace