|  | Aqualogic Interaction API | |
| IPTGadgetInfo.AssignCommunityGadgetSettingsEx Method |
Assign a list of community-gadget settings (preferences) to the combination of the community that the current page is part of and gadget represented. Throws an exception if the current page is a my page.
void AssignCommunityGadgetSettingsEx(
object[][] arrSettings,
bool bDeletePrefs
);
Parameters
-
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
IPTGadgetInfo Interface | com.plumtree.server Namespace