Table of Contents

Class LoadOverviewDataResult

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

Data returned within the result of the LoadData(CancellationToken) method call.

public class LoadOverviewDataResult
Inheritance
object
LoadOverviewDataResult
Extension Methods

Properties

Callouts

Callouts on this page.

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

Property Value

ICollection<CalloutConfiguration>

CardGroups

Card groups on this page.

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

Property Value

ICollection<OverviewCardGroup>