Table of Contents

Class LoadEmailStatisticsConfigurationCommandResult

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

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

public class LoadEmailStatisticsConfigurationCommandResult
Inheritance
object
LoadEmailStatisticsConfigurationCommandResult
Extension Methods

Properties

DeliveryStatisticsCaption

Delivery statistics caption on this page.

public string DeliveryStatisticsCaption { get; set; }

Property Value

string

DeliveryStatisticsData

Delivery statistics data on this page.

public IList<InfoCardData> DeliveryStatisticsData { get; set; }

Property Value

IList<InfoCardData>

FunnelCaption

Funnel caption on this page.

public string FunnelCaption { get; set; }

Property Value

string

FunnelData

Funnel data on this page.

public IList<FunnelChartData> FunnelData { get; set; }

Property Value

IList<FunnelChartData>

NoDataTitle

Text shown when no data present.

public string NoDataTitle { get; set; }

Property Value

string

RecalculateButtonLabel

Recalculate email statistics button label.

public string RecalculateButtonLabel { get; set; }

Property Value

string

RecalculatingButtonLabel

Recalculate email statistics button label while recalculating.

public string RecalculatingButtonLabel { get; set; }

Property Value

string

RecipientEngagementCaption

Recipient engagement caption on this page.

public string RecipientEngagementCaption { get; set; }

Property Value

string

RecipientEngagementData

Recipient engagement data on this page.

public IList<InfoCardData> RecipientEngagementData { get; set; }

Property Value

IList<InfoCardData>