LoadExplorerUtil(Product,String,String,Int64,String,String,String) Method
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 IExplorerUtilParameters
| Name | Description |
|---|---|
| product | The Vault product that is installed. |
| server | The server to connect to. |
| vaultName | The vault name. |
| userId | The ID of the logged in user. |
| ticket | The authentication ticket. |
| loadPath | The folder where Vault Explorer is installed. |
| overrideLoadPath | An 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.