Click or drag to resize

FileDialogControllerSelectFolder Method (FileDialogModel)

Selects the folder.

Namespace:  Dynamicweb.Management.Files.Dialogs
Assembly:  Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax
[HttpPostAttribute]
[RouteAttribute("SelectFolder")]
public ActionResult SelectFolder(
	FileDialogModel model
)

Parameters

model
Type: Dynamicweb.Management.Files.Dialogs.ModelsFileDialogModel
The model.

Return Value

Type: ActionResult
See Also