Aqualogic Interaction API  
 

IPTGadgetInfo.AssignGadgetSettingsEx Method 

Assign a list of user-gadget settings (preferences) to the combination of the gadget represented and the current user.

void AssignGadgetSettingsEx(
   object[][] arrSettings,
   bool bDeletePrefs
);

Parameters

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

IPTGadgetInfo Interface | com.plumtree.server Namespace