Class CustomerJourneysJourneyStage
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Customer journeys stage.
public sealed class CustomerJourneysJourneyStage : CustomerJourneyStage
- Inheritance
-
objectCustomerJourneysJourneyStage
- Inherited Members
- Extension Methods
Constructors
CustomerJourneysJourneyStage()
public CustomerJourneysJourneyStage()
Properties
ConditionTree
Stage condition as condition tree.
public ConditionTree ConditionTree { get; init; }
Property Value
Remarks
Null is returned when the condition is empty.
Contacts
Number of contacts in the stage.
public int Contacts { get; init; }
Property Value
- int
Id
Id of the stage.
public int Id { get; init; }
Property Value
- int