Click or drag to resize
ExportProviderCopyFiles Method
Copies the object files to the destination package.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void CopyFiles(
	SiteExportSettings settings,
	DataSet ds,
	string objectType
)

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
ds
Type: System.DataDataSet
DataSet with the objects data
objectType
Type: SystemString
Type of the object
See Also