Autodesk Vault ProfessionalVault API

GetExistingConnection Method

Autodesk.DataManagement.Client.Framework.Vault.ServicesIVaultConnectionManagerService

Attempts to get a connection object for an already existing connection

Syntax

Connection GetExistingConnection(
   System.string serverName,
   System.string vaultName,
   System.string userName,
   System.string password,
   AuthenticationFlags authFlags
)
Function GetExistingConnection( _
   ByVal serverName As System.String, _
   ByVal vaultName As System.String, _
   ByVal userName As System.String, _
   ByVal password As System.String, _
   ByVal authFlags As AuthenticationFlags _
) As Connection

Parameters

NameDescription
serverNameThe name of the server
vaultNameThe name of the vault
userNameThe name of the user
passwordThe user's password
authFlagsAdditional options describing the type of connection

Return Value

The connection object for an exisiting connection matching the input parameters or null if not matching connection is found.

See Also