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
stepIdint
DeleteAllFlowsSteps(params int[])
Delete all flows steps
public void DeleteAllFlowsSteps(params int[] flowsIds)
Parameters
flowsIdsint[]
GetById(int)
Gets Step by id
public FlowStep? GetById(int stepId)
Parameters
stepIdintThe step id.
Returns
GetStepsByFlowId(int)
Gets flow steps by flow id
public IEnumerable<FlowStep> GetStepsByFlowId(int flowId)
Parameters
flowIdint
Returns
Save(FlowStep)
Save step
public void Save(FlowStep flowStep)
Parameters
flowStepFlowStepThe flow step to save
Exceptions
- ArgumentNullException
The
flowStepis null.