Table of Contents

Class UrlsTabClientProperties

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

Properties of URLs tab page template.

public class UrlsTabClientProperties : TemplateClientProperties
Inheritance
object
UrlsTabClientProperties
Inherited Members
Extension Methods

Properties

Disabled

Indicates whether the form is disabled.

public bool Disabled { get; set; }

Property Value

bool

Items

List of items for the page.

public ICollection<IFormItemClientProperties> Items { get; set; }

Property Value

ICollection<IFormItemClientProperties>

RedirectCategoryConfiguration

Configuration of the redirect category.

public RedirectCategoryConfiguration RedirectCategoryConfiguration { get; set; }

Property Value

RedirectCategoryConfiguration

WebPageState

Current web page state.

public WebPageState WebPageState { get; set; }

Property Value

WebPageState