CommandSite Constructor
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
| Name | Description |
|---|---|
| uniqueId | A unique identifier for the site. |
| label | The display text. |