[This is preliminary documentation and is subject to change.]

The SessionSettings type exposes the following members.

Constructors

  NameDescription
Public methodSessionSettings

Methods

  NameDescription
Public methodStatic memberAbandon
invalidates the session. If this is executed, then the user will have to login to OfficeClip again to access any other functions.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetConfigureInfo
Gets the configuration information ConfigureInfo from the session.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsAdminOrCreator
Checks if the current login user is an administrator or is same as the user given as argument.
Public methodStatic memberIsAllowed
Get the value of a single role.
Public methodStatic memberIsCreator
Returns true if the user is the creator, i.e. if the session user id matches the provided userid
Public methodStatic memberIsLanguageChanged
Determins if the curent user has changed the locale on the browser.
Public methodStatic memberIsSessionExists
Shows if the session exists
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSetThemeVal
Sets the login users's Theme value of the configuration information ConfigureInfo.
Public methodStatic memberSetUserTimezoneInfo
Sets the timezone information TimeZoneInfo for the login user in the configuration information ConfigureInfo.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyStatic memberAccountId
Gets the account id of the login user from the configuration information ConfigureInfo.
Public propertyStatic memberEmailAddress
Gets the login users's email address from the configuration information ConfigureInfo.
Public propertyStatic memberErrFlag
Gets the error flag for the last error that has occured. Normally this flag is set when a user defined exception occurs.
Public propertyStatic memberGroupId
Gets the group id of the login user from the configuration information ConfigureInfo.
Public propertyStatic memberGroupName
Gets the group name of the login users from the configuration information ConfigureInfo.
Public propertyStatic memberGroupType
Gets the group type GroupType of the login users from the configuration information ConfigureInfo.
Public propertyStatic memberIsAdmin
Determines if the current login user is an administrator.
Public propertyStatic memberIsDemoAccount
Public propertyStatic memberIsLeftBarMinimized
Status of the left bar (if it is minimized)
Public propertyStatic memberIsNull
Checks if the configuration information ConfigureInfo in the session is null.
Public propertyStatic memberLastSecurityChanged
Gets and Sets the last time any security information was changed in the system ConfigureInfo.
Public propertyStatic memberName
Gets the login users's full name from the configuration information ConfigureInfo.
Public propertyStatic memberOcr
Gets the object to access all resources in OfficeClip
Public propertyStatic memberRegionalSettings
Gets the login users's full name from the configuration information ConfigureInfo.
Public propertyStatic memberRoleAccess
The role access matrix
Public propertyStatic memberServerTzInfo
Gets the server timezone information TimeZoneInfo from the configuration information ConfigureInfo.
Public propertyStatic memberThemeVal
Gets the login users's theme value from the confuguration information ConfigureInfo.
Public propertyStatic memberUserId
Gets the user id of the login user from the configuration information ConfigureInfo.
Public propertyStatic memberUserTzInfo
Gets the login users's timezone information TimeZoneInfo from the configuration information ConfigureInfo.

See Also