Table of Contents

Class CustomerJourneyStage

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

Abstract class representing a stage in a customer journey.

public abstract class CustomerJourneyStage
Inheritance
object
CustomerJourneyStage
Derived
Extension Methods

Constructors

CustomerJourneyStage()

protected CustomerJourneyStage()

Properties

DisplayName

Stage display name.

public string DisplayName { get; init; }

Property Value

string

Guid

Stage GUID.

public Guid Guid { get; init; }

Property Value

Guid

Kpi

KPI for the stage.

public int? Kpi { get; init; }

Property Value

int?