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