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