[This is preliminary documentation and is subject to change.]
The SessionSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SessionSettings |
Methods
| Name | Description | |
|---|---|---|
| Abandon |
invalidates the session. If this is executed, then the user will have
to login to OfficeClip again to access any other functions.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetConfigureInfo |
Gets the configuration information ConfigureInfo
from the session.
| |
| GetHashCode | 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsAdminOrCreator |
Checks if the current login user is an administrator or is same as the
user given as argument.
| |
| IsAllowed |
Get the value of a single role.
| |
| IsCreator |
Returns true if the user is the creator, i.e. if the session user id matches the provided userid
| |
| IsLanguageChanged |
Determins if the curent user has changed the locale on the browser.
| |
| IsSessionExists |
Shows if the session exists
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetThemeVal |
Sets the login users's Theme value of the configuration information
ConfigureInfo.
| |
| SetUserTimezoneInfo |
Sets the timezone information TimeZoneInfo
for the login user in the configuration information ConfigureInfo.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AccountId |
Gets the account id of the login user from the configuration information
ConfigureInfo.
| |
| EmailAddress |
Gets the login users's email address from the configuration information
ConfigureInfo.
| |
| ErrFlag |
Gets the error flag for the last error that has occured. Normally this
flag is set when a user defined exception occurs.
| |
| GroupId |
Gets the group id of the login user from the configuration information
ConfigureInfo.
| |
| GroupName |
Gets the group name of the login users from the configuration information
ConfigureInfo.
| |
| GroupType |
Gets the group type GroupType of the login users from the
configuration information ConfigureInfo.
| |
| IsAdmin |
Determines if the current login user is an administrator.
| |
| IsDemoAccount | ||
| IsLeftBarMinimized |
Status of the left bar (if it is minimized)
| |
| IsNull |
Checks if the configuration information ConfigureInfo
in the session is null.
| |
| LastSecurityChanged |
Gets and Sets the last time any security information was changed in the system
ConfigureInfo.
| |
| Name |
Gets the login users's full name from the configuration information
ConfigureInfo.
| |
| Ocr |
Gets the object to access all resources in OfficeClip
| |
| RegionalSettings |
Gets the login users's full name from the configuration information
ConfigureInfo.
| |
| RoleAccess |
The role access matrix
| |
| ServerTzInfo |
Gets the server timezone information TimeZoneInfo
from the configuration information ConfigureInfo.
| |
| ThemeVal |
Gets the login users's theme value from the confuguration information
ConfigureInfo.
| |
| UserId |
Gets the user id of the login user from the configuration information
ConfigureInfo.
| |
| UserTzInfo |
Gets the login users's timezone information TimeZoneInfo
from the configuration information ConfigureInfo.
|
