Table of Contents

Class ContentItemSelectorContentType

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

Represents the properties of a content item type.

public sealed class ContentItemSelectorContentType
Inheritance
object
ContentItemSelectorContentType
Extension Methods

Properties

ContentItemType

Name of the content item type.

public string ContentItemType { get; init; }

Property Value

string

ContentItemTypeType

Type of the content item type.

public string ContentItemTypeType { get; init; }

Property Value

string

HasAssetField

If true, the content item type contains at least one field of ContentItemAsset type.

public bool HasAssetField { get; init; }

Property Value

bool