Table of Contents

Class ContentItemSelectorClientProperties

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

Represents client properties of a ContentItemSelectorComponent.

public sealed class ContentItemSelectorClientProperties : FormComponentClientProperties<IEnumerable<ContentItemReference>>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
ContentItemSelectorClientProperties
Implements
Inherited Members
Extension Methods

Properties

AllowContentItemCreation

Allow content item creation.

public bool AllowContentItemCreation { get; set; }

Property Value

bool

AllowedContentItemTypes

Allowed content item types.

public IEnumerable<ContentItemSelectorContentType> AllowedContentItemTypes { get; set; }

Property Value

IEnumerable<ContentItemSelectorContentType>

ContentItems

A collection of currently selected content items.

public IEnumerable<ContentItemSelectorItem> ContentItems { get; set; }

Property Value

IEnumerable<ContentItemSelectorItem>

CreateNewButtonInactiveMessage

Message to display when the create new button is inactive.

public string CreateNewButtonInactiveMessage { get; set; }

Property Value

string

DefaultViewMode

Default view mode of the selector, see ContentItemSelectorViewMode.

public ContentItemSelectorViewMode DefaultViewMode { get; set; }

Property Value

ContentItemSelectorViewMode

DisableCreateNewButton

Disable create new button.

public bool DisableCreateNewButton { get; set; }

Property Value

bool

DisableSelectExistingButton

Disable select existing button.

public bool DisableSelectExistingButton { get; set; }

Property Value

bool

MaximumItems

Maximum number of content items in the selector.

public int MaximumItems { get; set; }

Property Value

int

SelectExistingButtonInactiveMessage

Message to display when the select existing button is inactive.

public string SelectExistingButtonInactiveMessage { get; set; }

Property Value

string