Autodesk Vault ProfessionalVault API

Login Method

Autodesk.DataManagement.Client.Framework.Vault.FormsLibrary

Launches a gui workflow to log in to a vault

Syntax

public static Connection Login(
   LoginSettings settings
)
Public Shared Function Login( _
   ByVal settings As LoginSettings _
) As Connection

Parameters

NameDescription
settingsOptional configuration options for the Login UI. Can be null.

Return Value

A vault Connection object if login was successful. Null if the user didn't login and cancelled the workflow

See Also