Click or drag to resize
ImportConverterConvertPackageTo80 Method
Converts the import package to the 8.0 version.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void ConvertPackageTo80(
	string sourcePath,
	SiteExportSettings exSettings,
	SiteImportSettings imSettings
)

Parameters

sourcePath
Type: SystemString
Source path (directory)
exSettings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
imSettings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
See Also