Aqualogic Interaction API  
 

IPTSessionInfo.RemovePreferences Method 

This method removes multiple preferences set for the current user. The preferences can be for a specific portlet or not.

void RemovePreferences(
   string[] astrPreferenceNames,
   int nPortletID
);

Parameters

astrPreferenceNames
is an array of the names of preferences to remove.
nPortletID
is the Portlet the preference is set on. Use 0 if the preference is not a portlet preference.

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace