Autodesk Vault ProfessionalVault API

LoginSettings.AutoLoginModeValues Enumeration

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.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.Enum

Members

MemberDescription
NoneThe Auto Login feature is hidden from the UI and any prior persisted values are ignored.
RestoreThe Auto Login checkbox will be visible and it's value will be restored to it's last value.
RestoreAndExecuteThe 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
RestoreAndExecuteOrDoNothingIf 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

See Also