Click or drag to resize
ImportConverterConvertPackage Method (SiteImportSettings, ListString)
Process all necessary conversions.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static string ConvertPackage(
	SiteImportSettings originalSettings,
	List<string> conversions
)

Parameters

originalSettings
Type: CMS.CMSImportExportSiteImportSettings
Original site import settings
conversions
Type: System.Collections.GenericListString
Conversions to be processed

Return Value

Type: String
See Also