| 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
)
<HttpPostAttribute>
<RouteAttribute("CreateFolder")>
Public Function CreateFolder (
areaId As Integer,
parentFolderId As Nullable(Of Integer),
selected As String
) As ActionResult
Parameters
- areaId
- Type: SystemInt32
The area identifier. - parentFolderId
- Type: SystemNullableInt32
The parent folder identifier. - selected
- Type: SystemString
The selected.
Return Value
Type:
ActionResultSee Also