Click or drag to resize
ImportConverter Class
Import package conversion.
Inheritance Hierarchy
SystemObject
  CMS.CMSImportExportImportConverter

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static class ImportConverter

The ImportConverter type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberNamespaces
Set of namespaces conversions. [version] -> [[old_namespace] -> [new_namespace]]
Public propertyStatic memberVersions
Array of incompatible versions. (Target version of conversion.)
Top
Methods
  NameDescription
Public methodStatic memberConvertPackage(SiteImportSettings, ListString)
Process all necessary conversions.
Public methodStatic memberConvertPackage(SiteImportSettings, ListString, Boolean)
Process all necessary conversions.
Public methodStatic memberConvertPackageTo31
Converts the import package to the 3.1 version.
Public methodStatic memberConvertPackageTo40
Converts the import package to the 4.0 version.
Public methodStatic memberConvertPackageTo40Beta
Converts the import package to the 4.0 BETA version.
Public methodStatic memberConvertPackageTo60
Converts the import package to the 4.0 version.
Public methodStatic memberConvertPackageTo80
Converts the import package to the 8.0 version.
Public methodStatic memberConvertPackageTo90
Converts the import package to the 9.0 version.
Public methodStatic memberEnsureConversion(SiteImportSettings)
Ensures all actions for conversion.
Public methodStatic memberEnsureConversion(SiteImportSettings, Boolean)
Ensures all actions for conversion.
Public methodStatic memberEnsureNamespaceConversion
Ensures conversion of namespaces between versions.
Public methodStatic memberExtractBinaryData
Extracts the object binary data from the object.
Public methodStatic memberLoadDataSet(String)
Loads the DataSet from given file.
Public methodStatic memberLoadDataSet(String, DataHelperActionCallback, Object)
Loads the DataSet from given file.
Public methodStatic memberSaveDataSet
Saves the objects to the file.
Top
See Also