Autodesk Vault ProfessionalVault API

LogInResult Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Results

Return object of the Autodesk.DataManagement.Client.Framework.Vault.Services.IVaultConnectionManagerService LogIn method.

Syntax

public class LogInResult 
Public Class LogInResult 

Constructors

NameDescription
LogInResultCreates an instance of the LogInResult object

Properties

NameDescription
ConnectionGets the connection to the vault server. This is only valid when Success is true.
ErrorMessagesGets any errors that occured while Logging In. This is populated when Success is false. The dictionary could contain several different errors.
ExceptionGets an exception object if the Log In failure was caused by a server exception. This is only valid when Success is false.
PasswordGet the password that was used during the log in.
SuccessGets whether the LogIn method was a success. If True, then Connection will have information about the new conneciton.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Results.LogInResult

See Also