|  | Aqualogic Interaction API | |
| IPTMyPortal.AssignGadgetSettingsEx Method |
Assign a list of user-gadget settings (preferences) to the combination of a particular gadget and the current user.
void AssignGadgetSettingsEx(
int nGadgetID,
object[][] arrSettings,
bool bDeletePrefs
);
Parameters
-
nGadgetID
- - gadget id of the gadget whose settings are to be changed.
-
arrSettings
- - array of names and corresponding values to be set on the gadget. Object[name(0) or value(1)][index]
-
bDeletePrefs
- - boolean that will delete the old settings for this user-gadget combination or append the new list to the old settings
See Also
IPTMyPortal Interface | com.plumtree.server Namespace