Uiinfrastructure API Docs  
 

PersonalSettingsHelper.RemovePersonalSetting Method 

Call this method to remove a personal setting name on the session (infrastructure HttpSession sandbox)

public static void RemovePersonalSetting(
   string sSettingName,
   ISessionManager sessionManager
);

Parameters

sSettingName
String name of personal setting
sessionManager
ISessionManager Pass the correct subsession (AS. GetSubSession)

See Also

PersonalSettingsHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace