Autodesk Vault ProfessionalVault API

LoadExplorerUtil(String,String,Int64,String) Method

Autodesk.Connectivity.Explorer.ExtensibilityToolsExplorerLoader

Loads an interface for making calls into Vault Explorer.

Syntax

public static IExplorerUtil LoadExplorerUtil(
   System.string server,
   System.string vaultName,
   System.long userId,
   System.string ticket
)
Public Overloads Shared Function LoadExplorerUtil( _
   ByVal server As System.String, _
   ByVal vaultName As System.String, _
   ByVal userId As System.Long, _
   ByVal ticket As System.String _
) As IExplorerUtil

Parameters

NameDescription
serverThe server to connect to.
vaultNameThe vault name.
userIdThe ID of the logged in user.
ticketThe authentication ticket.

Return Value

An interface for making calls into Vault Explorer.

Remarks

This function will attempt to find the location of the installed Vault client. This function should only be used for applications running outside Vault Explorer. Use #link:GetExplorerUtil# for code running inside Vault Explorer.

See Also