ExportProviderCopyDirectory Method (String, String, String) |
Copies specified directory including its subdirectories and all underlying files.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public static void CopyDirectory(
string sourcePath,
string targetPath,
string websitePath
)
Parameters
- sourcePath
- Type: SystemString
Full disk path of the source directory - targetPath
- Type: SystemString
Full disk path of the new copy of the directory including its name - websitePath
- Type: SystemString
Web site path
See Also