LoginSettings.AutoLoginModeValues Enumeration
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings
Options which determine the behavior of the Auto Login feature.
Syntax
public enum LoginSettings.AutoLoginModeValues : System.Enum Public Enum LoginSettings.AutoLoginModeValues
Inherits System.EnumMembers
| Member | Description |
|---|---|
| None | The Auto Login feature is hidden from the UI and any prior persisted values are ignored. |
| Restore | The Auto Login checkbox will be visible and it's value will be restored to it's last value. |
| RestoreAndExecute | The Auto Login checekbox will be visible and it's value will be restored to it's last value. If the last value was the Checked state, then the Login dialog will be automatically committed |
| RestoreAndExecuteOrDoNothing | If the last state of the Auto Login checkbox was checked, then we will use the RestoreAndExecute strategy. Otherwise, no UI will pop up and the user will not be logged in. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.LoginSettings.AutoLoginModeValues