CommandSiteLocation Class
Autodesk.Connectivity.Explorer.Extensibility›Autodesk.Connectivity.Explorer.Extensibility
Where a command site will be deployed in Vault Explorer
Syntax
public class CommandSiteLocation Public Class CommandSiteLocation Constructors
| Name | Description |
|---|---|
| CommandSiteLocation | Creates a new CommandSiteLocation object. |
Properties
| Name | Description |
|---|---|
| EntityClassId | Gets the entity class that this site is usually associated with. Value may be null. |
| EntityClassSubType | Gets the subtype, which, in the case of custom entities, has the system name of the entity definition. Value may be null. |
| Name | Gets the name of this location. |
| Type | Gets the type of site. |
Fields
| Name | Description |
|---|---|
| ActionsMenu | The top-level Actions menu. |
| AdvancedToolbar | The toolbar for advanced commands. |
| BehaviorsToolbar | The toolbar for commands related to Behaviors, such as lifecycle state and category. |
| ChangeOrderContextMenu | The Change Order context menu. |
| CollaborateToolbar | The toolbar for collaborate commands. |
| EditMenu | The top-level Edit menu. |
| FileContextMenu | The File context menu. |
| FileMenu | The top-level File menu. |
| FolderContextMenu | The Folder context menu. |
| HelpMenu | The top-level Help menu. |
| ItemBomToolbar | The toolbar for Item BOM commands. |
| ItemContextMenu | The Item context menu. |
| StandardToolbar | The toolbar for standard commands. |
| ToolsMenu | The top-level Tools menu. |
| TrashBinContextMenu | The Trash Bin context menu. |
| ViewMenu | The top-level View menu. |
Returned By
Where you get a CommandSiteLocation — members that return one.
- CommandSite.Location
- CommandSiteLocation.ActionsMenu
- CommandSiteLocation.AdvancedToolbar
- CommandSiteLocation.BehaviorsToolbar
- CommandSiteLocation.ChangeOrderContextMenu
- CommandSiteLocation.CollaborateToolbar
- CommandSiteLocation.EditMenu
- CommandSiteLocation.FileContextMenu
- CommandSiteLocation.FileMenu
- CommandSiteLocation.FolderContextMenu
- CommandSiteLocation.HelpMenu
- CommandSiteLocation.ItemBomToolbar
- CommandSiteLocation.ItemContextMenu
- CommandSiteLocation.StandardToolbar
- CommandSiteLocation.ToolsMenu
- CommandSiteLocation.TrashBinContextMenu
- CommandSiteLocation.ViewMenu
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.Explorer.Extensibility.CommandSiteLocation