Autodesk Vault ProfessionalVault API

CommandSites Method

Autodesk.Connectivity.Explorer.ExtensibilityIExplorerExtension

Extension should create and return a list of CommandSite(s) imlpemented in the extension.

Syntax

System.Collections.Generic.IEnumerable<CommandSite> CommandSites()
Function CommandSites() As System.Collections.Generic.IEnumerable(Of CommandSite)

Return Value

Collection of CommandSite objects to make available in Vault Explorer

See Also