| 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
)
<RouteAttribute("SelectFile")>
Public Function SelectFile (
title As String,
path As String,
uploadFolder As String,
allowedExtensions As String,
multiSelect As Nullable(Of Boolean),
itemsToShow As String,
searchTerm As String
) As ActionResult
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:
ActionResultSee Also