Click or drag to resize

ReportControllerEditFolder Method (String, String)

Edit folder.

Namespace:  Dynamicweb.Management.Marketing.Dialogs.Reports
Assembly:  Dynamicweb.Management.Marketing (in Dynamicweb.Management.Marketing.dll) Version: 4.6.1
Syntax
[RouteAttribute("EditFolder")]
public ActionResult EditFolder(
	string folder,
	string oldName
)

Parameters

folder
Type: SystemString
The folder location.
oldName
Type: SystemString

Return Value

Type: ActionResult
See Also