Class FlowStepService
- Namespace
- Dynamicweb.EmailMarketing.Flows
- Assembly
- Dynamicweb.EmailMarketing.dll
public class FlowStepService
- Inheritance
-
FlowStepService
- Inherited Members
Constructors
FlowStepService()
protected FlowStepService()
Methods
Delete(int)
public void Delete(int stepId)
Parameters
stepId
int
DeleteAllFlowsSteps(params int[])
Delete all flows steps
public void DeleteAllFlowsSteps(params int[] flowsIds)
Parameters
flowsIds
int[]
GetById(int)
Gets Step by id
public FlowStep GetById(int stepId)
Parameters
stepId
intThe step id.
Returns
GetStepsByFlowId(int)
Gets flow steps by flow id
public IEnumerable<FlowStep> GetStepsByFlowId(int flowId)
Parameters
flowId
int
Returns
Save(FlowStep)
Save step
public void Save(FlowStep flowStep)
Parameters
flowStep
FlowStepThe flow step to save