ExportProviderCopySourceFiles Method |
Copies all source files (including code behind files, designer files)
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public static void CopySourceFiles(
string sourceObjectPath,
string targetObjectPath,
string websitePath
)
Parameters
- sourceObjectPath
- Type: SystemString
Source object file path - targetObjectPath
- Type: SystemString
Target object file path - websitePath
- Type: SystemString
Web site path
See Also