Aqualogic Interaction API  
 

IPTMyPortal.AssignCommunityGadgetSettings Method 

Assign a list of community-gadget settings (preferences) to the combination of the community that the current page is part of and a particular gadget. 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(
   int nGadgetID,
   object[][] arrSettings
);

Parameters

nGadgetID
- gadget id of the gadget whose settings are desired
arrSettings
- array of the names and corresponding values to be assigned to the community-gadget combination.

See Also

IPTMyPortal Interface | com.plumtree.server Namespace