Autodesk Vault ProfessionalVault API

CommandItem Constructor

Autodesk.Connectivity.Explorer.ExtensibilityCommandItem

Creates a command item.

Syntax

public CommandItem(
   System.string uniqueId,
   System.string label
)
Public Function New( _
   ByVal uniqueId As System.String, _
   ByVal label As System.String _
)

Parameters

NameDescription
uniqueIdCommand-extension-supplied identifier. This id should be unique
labelLabel presented to Vault Explorer users to identify the command

See Also