Autodesk Vault ProfessionalVault API

CommandSite Constructor

Autodesk.Connectivity.Explorer.ExtensibilityCommandSite

Constructs a CommandSite object with the provided identifier and label

Syntax

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

Parameters

NameDescription
uniqueIdA unique identifier for the site.
labelThe display text.

See Also