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

The ConfigureInfo type exposes the following members.

Constructors

  NameDescription
Public methodConfigureInfo
Default Constructor

Methods

  NameDescription
Public methodDump
Dumnps the content of the object in a string in readable format. Used mainly for debugging.
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 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 methodIsAdminOrCreator
Tests if the current user is the adminitrator or the creator of an object
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccountId
The account id of the account that was logged in
Public propertyApplications
List of OfficeClip applications
Public propertyEmailAddress
Returns the email address of the user who has logged into OfficeClip. The email address is the unique key across all users in OfficeClip.
Public propertyErrFlag
Returns the error id of the last error encountered yb the program when the exception is thrown.
Public propertyGroupId
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.
Public propertyGroupName
Returns the group name of the current group where the user is logged in.
Public propertyGroupType
Returns the type of the group that the user is currently logged in. For a list of valid group type, OfficeClip.Utils..::.GroupType
Public propertyIsAdmin
Returns whether the logged on user is the administrator of the current group
Public propertyIsDemoAccount
Determine if the account is the demo account
Public propertyIsExtranetUser
Determines whether the user is the Extranet user
Public propertyIsLeftBarMinimized
Status of the left bar (if it is minimized)
Public propertyIsReadOnly
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.
Public propertyLastSecurityChanged
Returns the last time the security is changed in the system.
Public propertyName
Returns the full name of the user who has logged into the system.
Public propertyOcr
Returns the OfficeClip Resource object. This resource object is used for various things in OfficeClip like localization etc.
Public propertyRegionalSettings
The demilited regional rettings
Public propertyRoleAccess
Returns the Role Access of the user who has logged on to the system.
Public propertyServerTzInfo
Returns the user timezone information for the OfficeClip server. For details please see OfficeClip.Utils..::.TimeZoneInfo
Public propertyTheme
Returns the current theme of the logged on user.
Public propertyUserId
Returns the OfficeClip user id of the user. This user id is an internal id by which an OfficeClip user is recognized.
Public propertyUserTzInfo
Returns the user timezone information for the logged in user. For details please see OfficeClip.Utils..::.TimeZoneInfo

See Also