Click or drag to resize

FileDialogControllerSelectFile Method (String, String, String, String, NullableBoolean, String, String)

Selects the file.

Namespace:  Dynamicweb.Management.Files.Dialogs
Assembly:  Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax
[RouteAttribute("SelectFile")]
public ActionResult SelectFile(
	string title,
	string path,
	string uploadFolder,
	string allowedExtensions,
	Nullable<bool> multiSelect,
	string itemsToShow,
	string searchTerm
)

Parameters

title
Type: SystemString
The title.
path
Type: SystemString
The path.
uploadFolder
Type: SystemString
The upload folder.
allowedExtensions
Type: SystemString
The allowed extensions.
multiSelect
Type: SystemNullableBoolean
itemsToShow
Type: SystemString
searchTerm
Type: SystemString

Return Value

Type: ActionResult
See Also