Table of Contents

Class CampaignCustomerJourneyClientProperties

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

Client properties for the campaign customer journey page.

public sealed class CampaignCustomerJourneyClientProperties : TemplateClientProperties
Inheritance
object
CampaignCustomerJourneyClientProperties
Inherited Members
Extension Methods

Constructors

CampaignCustomerJourneyClientProperties()

public CampaignCustomerJourneyClientProperties()

Properties

CampaignEndWhen

Campaign end date and time for the date range selector.

public DateTime? CampaignEndWhen { get; set; }

Property Value

DateTime?

CampaignStartWhen

Campaign start date and time for the date range selector.

public DateTime? CampaignStartWhen { get; set; }

Property Value

DateTime?

CustomerJourneyDisplayName

The display name of the customer journey.

public string CustomerJourneyDisplayName { get; set; }

Property Value

string

CustomerJourneyStages

The stages of the customer journey.

public IEnumerable<CustomerJourneysJourneyStage> CustomerJourneyStages { get; set; }

Property Value

IEnumerable<CustomerJourneysJourneyStage>

FilterSlugDefaultValue

Filter slug default value.

public string FilterSlugDefaultValue { get; set; }

Property Value

string

IsRecalculationDisabled

Indicates if the recalculation is disabled.

public bool IsRecalculationDisabled { get; set; }

Property Value

bool

IsRecalculationInProgress

Indicates if the recalculation of the customer journey is in progress.

public bool IsRecalculationInProgress { get; set; }

Property Value

bool

JourneyBuilderUrl

URL to the Journey Builder page in the Customer journeys application.

public string JourneyBuilderUrl { get; set; }

Property Value

string

LastRecalculation

Date and time of the last recalculation.

public DateTime? LastRecalculation { get; set; }

Property Value

DateTime?

Remarks

null indicates no recalculation has been performed.

NotificationMessage

Notification message to be displayed on the page.

public NotificationBarMessageWithType NotificationMessage { get; set; }

Property Value

NotificationBarMessageWithType