Base type: System.Entity
Summary: This entity represents component template settings.
| Name | Type | Notes |
|---|---|---|
| ComponentTemplateID | System.Int64 | Unique integer representation of parent component template |
| Key | System.String | Unique string representation of the setting |
| Value | System.String | This property contains setting value |
| ValueType | System.Int32 | Type of the setting value |
| Required | System.Boolean | This property defines if setting is required |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |