The ImportConverter type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | ConvertPackage(SiteImportSettings, List String ) |
Process all necessary conversions.
|
![]() ![]() | ConvertPackage(SiteImportSettings, List String , 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, DataHelper ActionCallback, Object ) |
Loads the DataSet from given file.
|
![]() ![]() | SaveDataSet |
Saves the objects to the file.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | Namespaces |
Set of namespaces conversions. [version] -> [[old_namespace] -> [new_namespace]]
|
![]() ![]() | Versions |
Array of incompatible versions. (Target version of conversion.)
|
See Also