Table of Contents

Class ContentTypeSelectorItem

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

Represents one content type to be selected when content item is being created.

public sealed class ContentTypeSelectorItem
Inheritance
object
ContentTypeSelectorItem
Extension Methods

Properties

ContentTypeId

Content type ID.

public int ContentTypeId { get; init; }

Property Value

int

Icon

Displayed icon name.

public string Icon { get; init; }

Property Value

string

Label

Text used as a label of the item.

public string Label { get; init; }

Property Value

string

See Also