Table of Contents

Class SystemOverview

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

Page showing the system information and actions.

public sealed class SystemOverview : OverviewPageBase, IPage
Inheritance
object
SystemOverview
Implements
Inherited Members
Extension Methods

Constructors

SystemOverview(IInfoProvider<ScheduledTaskConfigurationInfo>)

Initializes instance of SystemOverview class.

public SystemOverview(IInfoProvider<ScheduledTaskConfigurationInfo> taskInfoProvider)

Parameters

taskInfoProvider IInfoProvider<ScheduledTaskConfigurationInfo>

Methods

CleanSystemTables()

Cleans all system tables, meaning it reclaims space after dropped variable length columns.

public Task<ICommandResponse> CleanSystemTables()

Returns

Task<ICommandResponse>

ClearCache()

Clears the application cache.

public Task<ICommandResponse> ClearCache()

Returns

Task<ICommandResponse>

ConfigurePage()

Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.

public override Task ConfigurePage()

Returns

Task

Restart()

Restarts the current instance.

public Task<ICommandResponse> Restart()

Returns

Task<ICommandResponse>

RestartAll()

Restarts the current instance and all web-farm servers.

public Task<ICommandResponse> RestartAll()

Returns

Task<ICommandResponse>