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 of this function if you do not have an AActivitySpace.
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,ISessionManager,IApplication,IPTSession);
PTPersonalSettingsHelper Class | com.plumtree.portaluiinfrastructure.login Namespace