Aqualogic Interaction API  
 

IPTGadgetInfo.AssignGadgetSettings Method 

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

void AssignGadgetSettings(
   object[][] arrSettings
);

Parameters

arrSettings
- array of names and corresponding values to be set on the gadget. Object[name(0) or value(1)][index]

See Also

IPTGadgetInfo Interface | com.plumtree.server Namespace