Class ContentTypeSelectionModel
Create headless item model.
public sealed class ContentTypeSelectionModel
- Inheritance
-
objectContentTypeSelectionModel
- Extension Methods
Properties
ContentType
Content type of the headless item.
[RequiredValidationRule]
public TileSelectorItem ContentType { get; set; }
Property Value
DisplayName
Name of the headless item.
[MaxLengthValidationRule(100)]
[RequiredValidationRule]
public string DisplayName { get; set; }
Property Value
- string