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.
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);
PersonalSettingsHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace