Table of Contents

Class FlowStepHistory

Namespace
Dynamicweb.EmailMarketing.Flows
Assembly
Dynamicweb.EmailMarketing.dll
public class FlowStepHistory
Inheritance
FlowStepHistory
Inherited Members

Properties

EmailRecipientId

public int EmailRecipientId { get; set; }

Property Value

int

FlowId

public int FlowId { get; set; }

Property Value

int

Id

public int Id { get; set; }

Property Value

int

RecipientId

public int RecipientId { get; set; }

Property Value

int

StepId

public int StepId { get; set; }

Property Value

int

Timestamp

public DateTime Timestamp { get; set; }

Property Value

DateTime
To top