ImportConverter Class |
Namespace: CMS.CMSImportExport
public static class ImportConverter
The ImportConverter type exposes the following members.
Name | Description | |
---|---|---|
ConvertPackage(SiteImportSettings, ListString) |
Process all necessary conversions.
| |
ConvertPackage(SiteImportSettings, ListString, Boolean) |
Process all necessary conversions.
| |
ConvertPackageTo31 |
Converts the import package to the 3.1 version.
| |
ConvertPackageTo40 |
Converts the import package to the 4.0 version.
| |
ConvertPackageTo40Beta |
Converts the import package to the 4.0 BETA version.
| |
ConvertPackageTo60 |
Converts the import package to the 4.0 version.
| |
ConvertPackageTo80 |
Converts the import package to the 8.0 version.
| |
EnsureConversion(SiteImportSettings) |
Ensures all actions for conversion.
| |
EnsureConversion(SiteImportSettings, Boolean) |
Ensures all actions for conversion.
| |
EnsureNamespaceConversion |
Ensures conversion of namespaces between versions.
| |
ExtractBinaryData |
Extracts the object binary data from the object.
| |
LoadDataSet(String) |
Loads the DataSet from given file.
| |
LoadDataSet(String, DataHelperActionCallback, Object) |
Loads the DataSet from given file.
| |
SaveDataSet |
Saves the objects to the file.
|
Name | Description | |
---|---|---|
Namespaces |
Set of namespaces conversions. [version] -> [[old_namespace] -> [new_namespace]]
| |
Versions |
Array of incompatible versions. (Target version of conversion.)
|