Table of Contents

Class ContentTypeSelectionModel

Namespace
Kentico.Xperience.Admin.Headless.UIPages
Assembly
Kentico.Xperience.Admin.Headless.dll

Create headless item model.

public sealed class ContentTypeSelectionModel
Inheritance
object
ContentTypeSelectionModel
Extension Methods

Properties

ContentType

Content type of the headless item.

[RequiredValidationRule]
public TileSelectorItem ContentType { get; set; }

Property Value

TileSelectorItem

DisplayName

Name of the headless item.

[MaxLengthValidationRule(100)]
[RequiredValidationRule]
public string DisplayName { get; set; }

Property Value

string