Uiinfrastructure API Docs  
 

PersonalSettingsHelper.GetPersonalSettingValue Method

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.

Overload List

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,AActivitySpace);

Only use this version if all you have is the subsession

public static object GetPersonalSettingValue(string,ISessionManager,IApplication);

See Also

PersonalSettingsHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace