Plumtree Portal UI  
 

PTPersonalSettingsHelper.GetPersonalSettingValue Method (String, ISessionManager, IApplication, IPTSession)

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 sSettingName,
   ISessionManager sessionManager,
   IApplication application,
   IPTSession ptSession
);

Parameters

sSettingName
String name of personal setting
sessionManager
ISessionManager
application
ptSession
IPTSession

See Also

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