Table of Contents

Class CurrentSessionState

Namespace
InSite
Assembly
InSite.UI.dll
public static class CurrentSessionState
Inheritance
CurrentSessionState
Inherited Members

Properties

AchievementCertificateRequest

public static string AchievementCertificateRequest { get; set; }

Property Value

string

ActiveCompetencyDisplayMethod

public static int ActiveCompetencyDisplayMethod { get; set; }

Property Value

int

AllowDisplayWhatsNew

public static bool AllowDisplayWhatsNew { get; }

Property Value

bool

AssetsUpdatedOn

public static DateTimeOffset? AssetsUpdatedOn { get; set; }

Property Value

DateTimeOffset?

AuthorizedMenuAssets

public static ICollection<int> AuthorizedMenuAssets { get; set; }

Property Value

ICollection<int>

CompetencyValidationSort

public static string CompetencyValidationSort { get; set; }

Property Value

string

ContactGroupEnvelopes

public static string ContactGroupEnvelopes { get; set; }

Property Value

string

DateSignedIn

public static DateTime? DateSignedIn { get; set; }

Property Value

DateTime?

DateWhatsNewLoaded

public static DateTime? DateWhatsNewLoaded { get; set; }

Property Value

DateTime?

EditorStatusValue

public static string EditorStatusValue { get; set; }

Property Value

string

ElectionID

public static Guid? ElectionID { get; set; }

Property Value

Guid?

EmployeeProfileGridDisplayFormat

public static string EmployeeProfileGridDisplayFormat { get; set; }

Property Value

string

EnableCmdsNavigation

public static bool EnableCmdsNavigation { get; set; }

Property Value

bool

EnableDebugMode

public static bool EnableDebugMode { get; set; }

Property Value

bool

EnableUserRegistration

public static bool EnableUserRegistration { get; set; }

Property Value

bool

FailedAttemptsCount

public static int? FailedAttemptsCount { get; set; }

Property Value

int?

Identity

public static ISecurityFramework Identity { get; set; }

Property Value

ISecurityFramework

InitialClientFingerprint

public static string InitialClientFingerprint { get; set; }

Property Value

string

KeywordDictionary

public static KeywordDictionary KeywordDictionary { get; set; }

Property Value

KeywordDictionary

LastPortalPageUrl

public static string LastPortalPageUrl { get; set; }

Property Value

string

MainMenuCachedAchievements

public static HomeCmds.CachedAchievements MainMenuCachedAchievements { get; set; }

Property Value

HomeCmds.CachedAchievements

MainMenuCachedAchievements2

public static HomeCmds.CachedAchievements MainMenuCachedAchievements2 { get; set; }

Property Value

HomeCmds.CachedAchievements

MarkdownSessionStateStorage

public static Dictionary<Guid, ContentSession> MarkdownSessionStateStorage { get; set; }

Property Value

Dictionary<Guid, ContentSession>

MultiFactorAuthenticationUserIdentifier

public static Guid? MultiFactorAuthenticationUserIdentifier { get; set; }

Property Value

Guid?

OrganizationWallpapers

public static Dictionary<Guid, string> OrganizationWallpapers { get; set; }

Property Value

Dictionary<Guid, string>

PersonalizationCache

public static Dictionary<MultiKey, object> PersonalizationCache { get; set; }

Property Value

Dictionary<MultiKey, object>

ResetAttemptsCount

public static int? ResetAttemptsCount { get; set; }

Property Value

int?

ShowMetadata

public static bool ShowMetadata { get; set; }

Property Value

bool

SignInAttemptsCount

public static int? SignInAttemptsCount { get; set; }

Property Value

int?

SignInFailedAttemptsCount

public static int? SignInFailedAttemptsCount { get; set; }

Property Value

int?

SignInLockedOn

public static DateTime? SignInLockedOn { get; set; }

Property Value

DateTime?

Step9IsPositiveAnswer

public static bool? Step9IsPositiveAnswer { get; set; }

Property Value

bool?

StepSelections

public static object StepSelections { get; set; }

Property Value

object

Methods

GetCompetencyWorkingSet(string)

public static Guid[] GetCompetencyWorkingSet(string action)

Parameters

action string

Returns

Guid[]

GetQuestionVisibilities(int, int)

public static bool[] GetQuestionVisibilities(int evaluationID, int questionID)

Parameters

evaluationID int
questionID int

Returns

bool[]

GetShuffledIndexes(int)

public static int[] GetShuffledIndexes(int questionID)

Parameters

questionID int

Returns

int[]

SetCompetencyWorkingSet(string, object)

public static void SetCompetencyWorkingSet(string action, object value)

Parameters

action string
value object

SetQuestionVisibilities(int, int, bool[])

public static void SetQuestionVisibilities(int evaluationID, int questionID, bool[] value)

Parameters

evaluationID int
questionID int
value bool[]

SetShuffledIndexes(int, int[])

public static void SetShuffledIndexes(int questionID, int[] value)

Parameters

questionID int
value int[]