Table of Contents

Class WebPageSelectorClientProperties

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

Represents client properties of a WebPageSelectorComponent.

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

Properties

MaximumPages

Maximum amount of web pages in the selector.

public int MaximumPages { get; set; }

Property Value

int

NotificationMessages

Messages to display in the selector.

public ICollection<NotificationMessage> NotificationMessages { get; set; }

Property Value

ICollection<NotificationMessage>

Sortable

Allows sorting of selected web pages.

public bool Sortable { get; set; }

Property Value

bool

TreeRootId

Selector's tree root ID.

public int TreeRootId { get; set; }

Property Value

int

WebPages

A collection of currently selected web pages meta-data.

public IEnumerable<WebPageSelectorClientItem> WebPages { get; set; }

Property Value

IEnumerable<WebPageSelectorClientItem>