ExportProviderCopyFile Method |
Copy file for the export and unset the readonly attributes.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public static void CopyFile(
string sourcePath,
string destPath,
string websitePath
)
Parameters
- sourcePath
- Type: SystemString
Source path - destPath
- Type: SystemString
Destination path - websitePath
- Type: SystemString
Web site path
See Also