Click or drag to resize
AbstractImportExportSettingsIsLowerVersion Method
Indicates if current version is lower than given one.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public bool IsLowerVersion(
	string version,
	string hotfixVersion = null
)

Parameters

version
Type: SystemString
Version to compare
hotfixVersion (Optional)
Type: SystemString
Hotfix version

Return Value

Type: Boolean
See Also