| FileDialogControllerCreateFile Method (String, String) |
Creates the file.
Namespace:
Dynamicweb.Management.Files.Dialogs
Assembly:
Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax [RouteAttribute("CreateFile")]
public ActionResult CreateFile(
string folder,
string fileType
)
<RouteAttribute("CreateFile")>
Public Function CreateFile (
folder As String,
fileType As String
) As ActionResult
Parameters
- folder
- Type: SystemString
The folder. - fileType
- Type: SystemString
Type of the file.
Return Value
Type:
ActionResultSee Also