Table of Contents

Class FlowRecipientService

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

Methods

DeleteByFlowId(int)

public void DeleteByFlowId(int flowId)

Parameters

flowId int

DeleteByRecipientIds(IEnumerable<int>)

public void DeleteByRecipientIds(IEnumerable<int> recipientIds)

Parameters

recipientIds IEnumerable<int>

GetRecipient(int)

public FlowRecipient? GetRecipient(int recipientId)

Parameters

recipientId int

Returns

FlowRecipient

GetRecipientsByFlowId(int)

public IEnumerable<FlowRecipient> GetRecipientsByFlowId(int flowId)

Parameters

flowId int

Returns

IEnumerable<FlowRecipient>
To top