Aqualogic Interaction API  
 

IPTMyPortal.AssignCommunityGadgetSettingsEx 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. Throws an exception if the current page is a my page.

void AssignCommunityGadgetSettingsEx(
   int nGadgetID,
   object[][] arrSettings,
   bool bDeletePrefs
);

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.
bDeletePrefs
- boolean that will delete the old settings for this community-gadget combination or append the new list to the old settings

See Also

IPTMyPortal Interface | com.plumtree.server Namespace