Click or drag to resize
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.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax
C#
public bool IsUnsupportedVersion()

Return Value

Type: Boolean
Return true when package version is not supported for import.
See Also