Click or drag to resize
ImportConverterConvertPackageTo31 Method
Converts the import package to the 3.1 version.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void ConvertPackageTo31(
	string sourcePath,
	SiteExportSettings settings
)

Parameters

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