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

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

Parameters

version
Type: SystemString
Version to compare
hotfixVersion
Type: SystemString
Hotfix version

Return Value

Type: Boolean
See Also