Table of Contents

Class OverviewPageBase

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

Represents base overview page.

public abstract class OverviewPageBase : Page<OverviewTemplateClientProperties>, IPage
Inheritance
object
OverviewPageBase
Implements
Derived
Inherited Members
Extension Methods

Properties

PageConfiguration

Page configuration

public OverviewConfiguration PageConfiguration { get; set; }

Property Value

OverviewConfiguration

Methods

ConfigureTemplateProperties(OverviewTemplateClientProperties)

Transforms the configuration to template properties.

public override Task<OverviewTemplateClientProperties> ConfigureTemplateProperties(OverviewTemplateClientProperties properties)

Parameters

properties OverviewTemplateClientProperties

Returns

Task<OverviewTemplateClientProperties>

LoadData(CancellationToken)

Returns LoadOverviewDataResult containing data for overview page.

public virtual Task<LoadOverviewDataResult> LoadData(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Cancellation token.

Returns

Task<LoadOverviewDataResult>