Click or drag to resize
ExportProviderCopySourceFiles Method
Copies all source files (including code behind files, designer files)

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