Autodesk Vault ProfessionalVault API

AutoLoginMode Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsLoginSettings

Gets or sets the behavior for Auto Login

Syntax

public LoginSettings.AutoLoginModeValues AutoLoginMode {get; set;}
Public Property AutoLoginMode As LoginSettings.AutoLoginModeValues

Remarks

If AutoLoginMode is set to RestoreAndExecute and the ServerName and/or VaultName is not null and is different than the restored ServerName or VaultName, then only a Restore will be done. If AutoLoginMode is set to RestoreAndExecuteOrDoNothing and the ServerName and/or VaultName is not null and is different than the restored ServerName or VaultName, then login will do nothing (since it is not using the restored values, it will not execute, and this option specifies that if it is not going to execute, then nothing should be done).

See Also