GetExplorerUtil Method
Gets an interface for making calls into Vault Explorer
Syntax
public static IExplorerUtil GetExplorerUtil(
IApplication application
)Public Shared Function GetExplorerUtil( _
ByVal application As IApplication _
) As IExplorerUtilParameters
| Name | Description |
|---|---|
| application | The application context. |
Return Value
An interface for making calls into Vault Explorer.
Remarks
This function should only be used for extensions running inside Vault Explorer. Use #link:LoadExplorerUtil# to use these utilities in another application.