Plumtree Portal UI  
 

PTPersonalSettingsHelper.GetPersonalSettingValue Method (String, AActivitySpace)

Call this method to obtain the value of a personal setting.

This value will be retrieved from the user's web session if possible, otherwise the portal server will be queried.

public static object GetPersonalSettingValue(
   string sSettingName,
   AActivitySpace asSpace
);

Parameters

sSettingName
String name of personal setting
asSpace

See Also

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