Click or drag to resize

ContentDialogControllerRenameFolder Method (Int32, String)

Renames the folder.

Namespace:  Dynamicweb.Management.Content.Dialogs
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
[HttpPostAttribute]
[RouteAttribute("RenameFolder")]
public ActionResult RenameFolder(
	int folderId,
	string selected
)

Parameters

folderId
Type: SystemInt32
The folder identifier.
selected
Type: SystemString
The selected.

Return Value

Type: ActionResult
See Also