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
CreatedDate
public DateTime CreatedDate { get; }
Property Value
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
Name
Gets or sets the flow name.
public string Name { get; set; }
Property Value
ProcessOnlyFlowRecipients
public bool ProcessOnlyFlowRecipients { get; set; }
Property Value
RecipientsIds
Gets or sets the flow name.
public IEnumerable<string> RecipientsIds { get; set; }
Property Value
RecipientsUpdateTime
public DateTime? RecipientsUpdateTime { get; set; }
Property Value
ScheduledRepeatInterval
public int ScheduledRepeatInterval { get; set; }
Property Value
StartDate
public DateTime StartDate { get; set; }
Property Value
StopAddingNewRecipients
public bool StopAddingNewRecipients { get; set; }
Property Value
UpdatedDate
public DateTime UpdatedDate { get; }