Table of Contents

Class TemplateClientProperties

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

Base class containing template client properties.

public class TemplateClientProperties
Inheritance
object
TemplateClientProperties
Derived
Extension Methods

Properties

Breadcrumbs

Breadcrumbs configuration for the page.

public Breadcrumbs Breadcrumbs { get; }

Property Value

Breadcrumbs

DefaultRoute

This route is selected when no other route is.

public Route DefaultRoute { get; }

Property Value

Route

Navigation

Navigation configuration for the page child nodes.

public Navigation Navigation { get; set; }

Property Value

Navigation

PreventRefetch

Prevents refetching of the template data when navigating back from a child page.

public bool PreventRefetch { get; set; }

Property Value

bool

ReRenderOnUpdatedPropertiesOnly

If true, the template component will be only re-rendered when update properties are loaded, instead of whole component unload/load cycle.

public bool? ReRenderOnUpdatedPropertiesOnly { get; set; }

Property Value

bool?

RedirectUrl

Url to which the web page will be redirected upon loading.

public string RedirectUrl { get; set; }

Property Value

string

Routes

Child routes of the pages.

public IEnumerable<Route> Routes { get; }

Property Value

IEnumerable<Route>

VisibleRoutes

Collection of route names which will be always visible.

public IEnumerable<string> VisibleRoutes { get; }

Property Value

IEnumerable<string>