ExportProviderCopyAssemblyFiles Method |
Copies assembly files for given object type
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public static void CopyAssemblyFiles(
SiteExportSettings settings,
DataSet data,
string objectType
)
Parameters
- settings
- Type: CMS.CMSImportExportSiteExportSettings
Export settings - data
- Type: System.DataDataSet
Data - objectType
- Type: SystemString
Object type
See Also