Uiinfrastructure API Docs  
 

PersonalSettingsHelper.DoesPrefsSubSessionExist Method

Call this method to determine if the subsession for caching personal settings exists in the specified ISessionManager.

Overload List

Call this method to determine if the subsession for caching personal settings exists in the specified ISessionManager.

public static bool DoesPrefsSubSessionExist(AActivitySpace);

Use this version of DoesPrefsSubSessionExist if all you have is the session manager.

public static bool DoesPrefsSubSessionExist(ISessionManager);

See Also

PersonalSettingsHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace