Table of Contents

Class Flow

Namespace
Dynamicweb.EmailMarketing.Flows
Assembly
Dynamicweb.EmailMarketing.dll
[PermissionEntity("Flow")]
public class Flow : IPermissionEntity, IPermissionEntityLookup
Inheritance
Flow
Implements
Inherited Members
Extension Methods

Properties

Active

Gets or sets the value determines whether the Rule is active.

public bool Active { get; set; }

Property Value

bool

CreatedDate

public DateTime CreatedDate { get; }

Property Value

DateTime

FolderId

Gets or sets the folder ID.

public int? FolderId { get; set; }

Property Value

int?

Id

Gets the Flow ID.

public int Id { get; }

Property Value

int

Name

Gets or sets the flow name.

public string Name { get; set; }

Property Value

string

ProcessOnlyFlowRecipients

public bool ProcessOnlyFlowRecipients { get; set; }

Property Value

bool

RecipientsIds

Gets or sets the flow name.

public IEnumerable<string> RecipientsIds { get; set; }

Property Value

IEnumerable<string>

RecipientsUpdateTime

public DateTime? RecipientsUpdateTime { get; set; }

Property Value

DateTime?

ScheduledRepeatInterval

public int ScheduledRepeatInterval { get; set; }

Property Value

int

StartDate

public DateTime StartDate { get; set; }

Property Value

DateTime

StopAddingNewRecipients

public bool StopAddingNewRecipients { get; set; }

Property Value

bool

UpdatedDate

public DateTime UpdatedDate { get; }

Property Value

DateTime
To top