AbstractImportExportSettingsIsUnsupportedVersion Method |
Indicates whether import package version is supported. Import of unsupported package version may result in error.
Unsupported version is a version which is two or more major versions behind the current one.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public bool IsUnsupportedVersion()
Return Value
Type:
BooleanReturn true when package version is not supported for import.
See Also