Aqualogic Interaction API  
 

IPTMyPortal.RemoveCommunityGadgetSetting Method 

Remove a community-gadget setting (preference) from the combination of the community that the current page is part of and a particular gadget. Throws an exception if the current page is a my page.

void RemoveCommunityGadgetSetting(
   int nGadgetID,
   string strCommunitySetting
);

Parameters

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

See Also

IPTMyPortal Interface | com.plumtree.server Namespace