Click or drag to resize

EmailMarketingControllerCreateFolder Method (FolderDialogModel)

Creates the folder.

Namespace:  Dynamicweb.Management.Marketing.Dialogs.EmailMarketing
Assembly:  Dynamicweb.Management.Marketing (in Dynamicweb.Management.Marketing.dll) Version: 4.6.1
Syntax
[HttpPostAttribute]
[RouteAttribute("CreateFolder")]
public ActionResult CreateFolder(
	FolderDialogModel model
)

Parameters

model
Type: Dynamicweb.Management.Marketing.Dialogs.EmailMarketing.ModelsFolderDialogModel
The model.

Return Value

Type: ActionResult
See Also