Plumtree Portal UI  
 

PTPersonalSettingsHelper.SetAndCachePersonalSetting Method (String, Object, AActivitySpace)

Call this method to set a personal setting name value pair on the portal server, and update the session cache of personal settings.

public static void SetAndCachePersonalSetting(
   string sSettingName,
   object oSettingVal,
   AActivitySpace asSpace
);

Parameters

sSettingName
String name of personal setting
oSettingVal
Object value of personal setting
asSpace

See Also

PTPersonalSettingsHelper Class | com.plumtree.portaluiinfrastructure.login Namespace | PTPersonalSettingsHelper.SetAndCachePersonalSetting Overload List