Table of Contents

Class EmailContactActivitiesList

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

Analytics tab of the email edit page.

public sealed class EmailContactActivitiesList : ListingPage, IPage
Inheritance
object
EmailContactActivitiesList
Implements
Inherited Members
Extension Methods

Constructors

EmailContactActivitiesList(IPageLinkGenerator, IEmailActivityTrackingEvaluatorWrapper)

Initializes an instance of the EmailContactActivitiesList class.

public EmailContactActivitiesList(IPageLinkGenerator pageLinkGenerator, IEmailActivityTrackingEvaluatorWrapper emailActivityTrackingEvaluatorWrapper)

Parameters

pageLinkGenerator IPageLinkGenerator
emailActivityTrackingEvaluatorWrapper IEmailActivityTrackingEvaluatorWrapper

Properties

EmailConfigurationID

Email configuration identifier.

[PageParameter(typeof(IntPageModelBinder), typeof(EmailEditLayout))]
public int EmailConfigurationID { get; set; }

Property Value

int

ObjectType

Type of the info objects that are listed. Corresponds to the OBJECT_TYPE property of the info object or PredefinedObjectType.

protected override string ObjectType { get; }

Property Value

string

Methods

ConfigurePage()

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

public override Task ConfigurePage()

Returns

Task