[This is preliminary documentation and is subject to change.]
The ConfigureInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConfigureInfo |
Default Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Dump |
Dumnps the content of the object in a string in readable format.
Used mainly for debugging.
|
![]() | 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.) |
![]() | 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 |
Tests if the current user is the adminitrator or the creator of an object
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AccountId |
The account id of the account that was logged in
|
![]() | Applications |
List of OfficeClip applications
|
![]() | EmailAddress |
Returns the email address of the user who has logged into OfficeClip.
The email address is the unique key across all users in OfficeClip.
|
![]() | ErrFlag |
Returns the error id of the last error encountered yb the program when the
exception is thrown.
|
![]() | GroupId |
Returns the group id of the current group where the user logged in. The group id is
the internal OfficeClip id of the group. It is unique across all groups.
|
![]() | GroupName |
Returns the group name of the current group where the user is logged in.
|
![]() | GroupType |
Returns the type of the group that the user is currently logged in.
For a list of valid group type,
OfficeClip.Utils..::.GroupType |
![]() | IsAdmin |
Returns whether the logged on user is the administrator of the current group
|
![]() | IsDemoAccount |
Determine if the account is the demo account
|
![]() | IsExtranetUser |
Determines whether the user is the Extranet user
|
![]() | IsLeftBarMinimized |
Status of the left bar (if it is minimized)
|
![]() | IsReadOnly |
Returns whether the logged on user has only readonly previlege on OfficeClip.
If this is true, the user will not be able to change any information
on any OfficeClip screens.
|
![]() | LastSecurityChanged |
Returns the last time the security is changed in the system.
|
![]() | Name |
Returns the full name of the user who has logged into the system.
|
![]() | Ocr |
Returns the OfficeClip Resource object. This resource object is used for
various things in OfficeClip like localization etc.
|
![]() | RegionalSettings |
The demilited regional rettings
|
![]() | RoleAccess |
Returns the Role Access of the user who has logged on to the system.
|
![]() | ServerTzInfo |
Returns the user timezone information for the OfficeClip server. For details
please see OfficeClip.Utils..::.TimeZoneInfo |
![]() | Theme |
Returns the current theme of the logged on user.
|
![]() | UserId |
Returns the OfficeClip user id of the user. This user id is an internal
id by which an OfficeClip user is recognized.
|
![]() | UserTzInfo |
Returns the user timezone information for the logged in user. For details
please see OfficeClip.Utils..::.TimeZoneInfo |