[This is preliminary documentation and is subject to change.]
Enumerated types for the general user profiles
Namespace:
OfficeClip.BusinessLayer.Framework.ProfileAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum GeneralUserEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration GeneralUserEnum |
| Visual C++ |
|---|
public enum class GeneralUserEnum |
Members
| Member name | Description | |
|---|---|---|
| UserTimezoneId |
The unique id of the user timezone
| |
| LastAccessedGroupId |
The last accessed group id
| |
| IsOfficeClipReadOnly |
Is the OfficeClip access readonly
| |
| IsLeftBarMinimized |
Is the left bar minimized
| |
| QuickHelpSupressList |
The list of which quick help screen needs to be supressed
| |
| IsLeftBarVisible |
Is the left bar visible
| |
| IsToolBarVisible |
Is the toolbar visible
| |
| IsMenuBarPageType |
Te type of the menubar (if it is hidden or popup)
| |
| LastVisitedApplicationId |
The appliction that the user last visited
|
