Uiinfrastructure API Docs  
 

PersonalSettingsHelper.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 activitySpace
);

Parameters

sSettingName
String name of personal setting
activitySpace

See Also

PersonalSettingsHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace | PersonalSettingsHelper.GetPersonalSettingValue Overload List