Aqualogic Interaction API  
 

IPTMyPortal.AssignGadgetSettings Method 

Assign a list of user-gadget settings (preferences) to the combination of a particular gadget and the current user. Calling this function will delete all the old settings for this gadget and user.

void AssignGadgetSettings(
   int nGadgetID,
   object[][] arrSettings
);

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]

See Also

IPTMyPortal Interface | com.plumtree.server Namespace