Autodesk Vault ProfessionalVault API

IExplorerExtension Interface

Autodesk.Connectivity.Explorer.ExtensibilityAutodesk.Connectivity.Explorer.Extensibility

Interface between Vault Explorer and command extension assemblies.

Syntax

public interface IExplorerExtension 
Public Interface IExplorerExtension 

Methods

NameDescription
CommandSitesExtension should create and return a list of CommandSite(s) imlpemented in the extension.
CustomEntityHandlersExtension should create and return a list of CustomEntityHandler(s) to override default commands for custom entity types.
DetailTabsExtension should create and return a list of DetailPaneTab(s) to be display custom tabs when vault objects are selected.
HiddenCommandsExtension should create and return a list of ids of commands to be hidden from the user. Command ids should be from the list returned by: IApplication.CommandIds
OnLogOffThis function is called when the user logs off and their security context is cleared.
OnLogOnThis function is called when the user logs on and their security context is created.
OnShutdownOnShutdown() is called as the application begins to shutdown; shortly after the user selects "File/Exit".
OnStartupOnStartup() is called just before the user is given control for the first time. The "application" parameter can be used to add commands to the host application.
DockPanelsExtension should create and return a list of DockPanel(s) to be display custom panel.

See Also