SelectionTypeId Constructor
Constructs a selection type ID for a custom entity type.
Syntax
public SelectionTypeId(
System.string customEntityName
)Public Function New( _
ByVal customEntityName As System.String _
)Parameters
| Name | Description |
|---|---|
| customEntityName | The name of the custom entity definition. |