Autodesk Vault ProfessionalVault API

CommandSiteLocation Class

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

Where a command site will be deployed in Vault Explorer

Syntax

public class CommandSiteLocation 
Public Class CommandSiteLocation 

Constructors

NameDescription
CommandSiteLocationCreates a new CommandSiteLocation object.

Properties

NameDescription
EntityClassIdGets the entity class that this site is usually associated with. Value may be null.
EntityClassSubTypeGets the subtype, which, in the case of custom entities, has the system name of the entity definition. Value may be null.
NameGets the name of this location.
TypeGets the type of site.

Fields

NameDescription
ActionsMenuThe top-level Actions menu.
AdvancedToolbarThe toolbar for advanced commands.
BehaviorsToolbarThe toolbar for commands related to Behaviors, such as lifecycle state and category.
ChangeOrderContextMenuThe Change Order context menu.
CollaborateToolbarThe toolbar for collaborate commands.
EditMenuThe top-level Edit menu.
FileContextMenuThe File context menu.
FileMenuThe top-level File menu.
FolderContextMenuThe Folder context menu.
HelpMenuThe top-level Help menu.
ItemBomToolbarThe toolbar for Item BOM commands.
ItemContextMenuThe Item context menu.
StandardToolbarThe toolbar for standard commands.
ToolsMenuThe top-level Tools menu.
TrashBinContextMenuThe Trash Bin context menu.
ViewMenuThe top-level View menu.

Returned By

Where you get a CommandSiteLocation — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.Explorer.Extensibility.CommandSiteLocation

See Also