Autodesk Vault ProfessionalVault API

LoadExplorerUtil(Product,String,String,Int64,String,String,String) Method

Autodesk.Connectivity.Explorer.ExtensibilityToolsExplorerLoader

Loads an interface for making calls into Vault Explorer.

Syntax

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

Parameters

NameDescription
productThe Vault product that is installed.
serverThe server to connect to.
vaultNameThe vault name.
userIdThe ID of the logged in user.
ticketThe authentication ticket.
loadPathThe folder where Vault Explorer is installed.
overrideLoadPathAn folder for DLL overrides. Used in cases where the default Vault Explorer DLLs can't load properly. Vaule may be null.

Return Value

An interface for making calls into Vault Explorer.

See Also