| FlowControllerDeleteFlow Method (Int32) |
Delete Flow.
Namespace:
Dynamicweb.Management.Marketing.Dialogs.EmailMarketing
Assembly:
Dynamicweb.Management.Marketing (in Dynamicweb.Management.Marketing.dll) Version: 4.6.1
Syntax [HttpGetAttribute]
[RouteAttribute("DeleteFlow")]
public ActionResult DeleteFlow(
int flowId
)
<HttpGetAttribute>
<RouteAttribute("DeleteFlow")>
Public Function DeleteFlow (
flowId As Integer
) As ActionResult
Parameters
- flowId
- Type: SystemInt32
folder to delete
Return Value
Type:
ActionResultSee Also