Table of Contents

Class ContactAutomationProcessList

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

Automation processes tab of the contact edit page.

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

Constructors

ContactAutomationProcessList(IPageLinkGenerator, IInfoProvider<AutomationStateInfo>)

Initializes an instance of the ContactAutomationProcessList class.

public ContactAutomationProcessList(IPageLinkGenerator pageLinkGenerator, IInfoProvider<AutomationStateInfo> automationStateProvider)

Parameters

pageLinkGenerator IPageLinkGenerator
automationStateProvider IInfoProvider<AutomationStateInfo>

Properties

ObjectId

ID of the contact.

[PageParameter(typeof(IntPageModelBinder))]
public int ObjectId { 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

RedirectToStatisticsTab(int, CancellationToken)

Redirects to the automation statistics tab.

public Task<ICommandResponse> RedirectToStatisticsTab(int automationStateId, CancellationToken cancellationToken)

Parameters

automationStateId int

Automation process state identifier.

cancellationToken CancellationToken

Cancellation token.

Returns

Task<ICommandResponse>