Table of Contents

Class OverviewConfiguration

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

Represents overview page metadata.

public class OverviewConfiguration
Inheritance
object
OverviewConfiguration
Extension Methods

Properties

Callouts

Callouts on this page.

public ICollection<CalloutConfiguration> Callouts { get; set; }

Property Value

ICollection<CalloutConfiguration>

Caption

Overview template caption.

public string Caption { get; set; }

Property Value

string

CardGroups

Card groups on this page.

public ICollection<OverviewCardGroup> CardGroups { get; set; }

Property Value

ICollection<OverviewCardGroup>

ErrorMessage

Error message to be displayed instead of the overview page.

public string ErrorMessage { get; set; }

Property Value

string