Table of Contents

Class ContentTypeSelectionModel

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

Create web page model.

public sealed class ContentTypeSelectionModel
Inheritance
object
ContentTypeSelectionModel
Extension Methods

Properties

ContentType

Content type of the web page.

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

Property Value

TileSelectorItem

DisplayName

Name of the web page.

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

Property Value

string