ImportConverter MembersKentico 8.0 API Reference
The ImportConverter type exposes the following members.
Methods

  NameDescription
Public methodStatic memberConvertPackage(SiteImportSettings, List String )
Process all necessary conversions.
Public methodStatic memberConvertPackage(SiteImportSettings, List String , 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 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, DataHelper ActionCallback,  Object )
Loads the DataSet from given file.
Public methodStatic memberSaveDataSet
Saves the objects to the file.
Back to Top
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.)
Back to Top
See Also