Click or drag to resize

ContentDialogControllerCreateFolder Method (Int32, NullableInt32, String)

Creates the folder.

Namespace:  Dynamicweb.Management.Content.Dialogs
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
[HttpPostAttribute]
[RouteAttribute("CreateFolder")]
public ActionResult CreateFolder(
	int areaId,
	Nullable<int> parentFolderId,
	string selected
)

Parameters

areaId
Type: SystemInt32
The area identifier.
parentFolderId
Type: SystemNullableInt32
The parent folder identifier.
selected
Type: SystemString
The selected.

Return Value

Type: ActionResult
See Also