Click or drag to resize

ContentDialogControllerCreateFolder Method (Int32, NullableInt32)

Creates the folder.

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

Parameters

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

Return Value

Type: ActionResult
See Also