Autodesk Vault ProfessionalVault API

LoginSettings Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Settings

Settings which all for customization of the features in the Log In Dialog workflow.

Syntax

public class LoginSettings 
Public Class LoginSettings 

Constructors

NameDescription
LoginSettingsCreates an instance of a LoginSettings object

Properties

NameDescription
AllowAnonymousLoginGets or sets whether the Anonymous Login feature is visible.
AnonymousLoginCaptionGets or sets the text that displays for the anonymous login option. It can be modified to meet workflow requirements (ie. in Inventor it's changed to "Content Center");
AutoLoginModeGets or sets the behavior for Auto Login
CaptionGets or sets the text that is displayed as the login dialog caption
HelpContextGets or sets an optional context that identifies this instance of a Log In dialog.
OptionsWindowGets the options that can be used to configure the dialogs parent and location
PersistenceKeyGets or sets the key to retrieve the persisted login information
ServerNameGets or set the name of the server we are authenticating against.
VaultNameThe name of the vault to log in to

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.LoginSettings

See Also