Click or drag to resize
ExportProviderCopyFile Method
Copy file for the export and unset the readonly attributes.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
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