ExportProviderCopyFiles Method |
Copies the object files to the destination package.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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