Click or drag to resize

FileDialogControllerCopyFile Method (String)

Copies the file.

Namespace:  Dynamicweb.Management.Files.Dialogs
Assembly:  Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax
[RouteAttribute("CopyFile")]
public ActionResult CopyFile(
	string file
)

Parameters

file
Type: SystemString
The file.

Return Value

Type: ActionResult
See Also