Class FlowStepService
- Namespace
- Dynamicweb.Email
Marketing .Flows
- Assembly
- Dynamicweb.EmailMarketing.dll
- Inheritance
-
Flow
Step Service
- Inherited Members
Constructors
FlowStepService()
Methods
Delete(int)
Parameters
stepId
int
DeleteAllFlowsSteps(params int[])
Delete all flows steps
Parameters
flowsIds
int[]
GetById(int)
Gets Step by id
Parameters
stepId
intThe step id.
Returns
GetStepsByFlowId(int)
Gets flow steps by flow id
Parameters
flowId
int
Returns
Save(FlowStep)
Save step
Parameters
flowStep
FlowStep The flow step to save
Exceptions
- Argument
Null Exception The
flowStep
is null.