CommandSiteLocation Constructor
Creates a new CommandSiteLocation object.
Syntax
public CommandSiteLocation(
System.string customEntityName,
CommandSiteLocationType type
)Public Function New( _
ByVal customEntityName As System.String, _
ByVal type As CommandSiteLocationType _
)Parameters
| Name | Description |
|---|---|
| customEntityName | The name of the custom entity. |
| type | The type of the command site location. |