Aqualogic Interaction API  
 

IPTMyPortal.RemoveGadgetSetting Method 

Remove a user-gadget setting (preference) for the combination of a particular gadget and the current user.

void RemoveGadgetSetting(
   int nGadgetID,
   string strSetting
);

Parameters

nGadgetID
- gadget id of the gadget whose setting is to be removed
strSetting
- name of the setting to be removed

See Also

IPTMyPortal Interface | com.plumtree.server Namespace