Autodesk Vault ProfessionalVault API

GetExePath Method

Autodesk.Connectivity.Explorer.ExtensibilityToolsExplorerLoader

Finds the installed path to the Vault Explorer EXE.

Syntax

public static System.string GetExePath(
   Product product
)
Public Shared Function GetExePath( _
   ByVal product As Product _
) As System.String

Parameters

NameDescription
productThe Vault product.

Return Value

The installed path to the Vault Explorer EXE or null if the installation path was not found.

See Also