Click or drag to resize

FileDialogControllerSelectFile Method (SelectFileDialogModel)

Selects the file.

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

Parameters

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

Return Value

Type: ActionResult
See Also