Table of Contents

Class WebPageSelectorProperties

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

Represents properties of the WebPageSelectorComponent.

public class WebPageSelectorProperties : FormComponentProperties, IFormComponentProperties
Inheritance
object
WebPageSelectorProperties
Implements
Inherited Members
Extension Methods

Properties

ItemModifierType

Defines the type of modifier that will be applied to the each WebPagePanelItem.

The modifier type must implement the IWebPagePanelItemModifier interface.

public Type ItemModifierType { get; set; }

Property Value

Type

MaximumPages

Maximum amount of webPages in the selector.

public int MaximumPages { get; set; }

Property Value

int

Remarks

Following values can be used to limit the maximum number of webPages: 0 - unlimited 1 - single webPage selection n - n-webPages selection

Sortable

Allows sorting of selected webPages.

public bool Sortable { get; set; }

Property Value

bool

TreePath

Limits the selection of pages to a sub-tree under a page specified by its tree path, e.g., "/Articles".

public string TreePath { get; set; }

Property Value

string

Remarks

The page with the specified tree path is not available for selection, only its sub-pages. If not set, the property's value is empty and the entire page tree is available for selection.