Table of Contents

Class ReusableFieldSchemaEditSection

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

Reusable schema edit section page.

public sealed class ReusableFieldSchemaEditSection : SecondaryMenuSectionPage, IPage
Inheritance
object
ReusableFieldSchemaEditSection
Implements
Inherited Members
Extension Methods

Constructors

ReusableFieldSchemaEditSection(IReusableFieldSchemaManager)

Initializes a new instance of the ReusableFieldSchemaEditSection class.

public ReusableFieldSchemaEditSection(IReusableFieldSchemaManager schemaManager)

Parameters

schemaManager IReusableFieldSchemaManager

Properties

PageIdentifier

Reusable schema name.

[PageParameter(typeof(GuidPageModelBinder), typeof(ReusableFieldSchemaEditSection))]
public Guid PageIdentifier { get; set; }

Property Value

Guid

Methods

ConfigureTemplateProperties(TemplateClientProperties)

Gets the object representing client side template properties.

public override Task<TemplateClientProperties> ConfigureTemplateProperties(TemplateClientProperties properties)

Parameters

properties TemplateClientProperties

Initialized properties object.

Returns

Task<TemplateClientProperties>

GetDefaultRoute(IEnumerable<Route>)

Gets the route which is redirected to, when no route is selected.

protected override Route GetDefaultRoute(IEnumerable<Route> routes)

Parameters

routes IEnumerable<Route>

Returns

Route