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

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

Parameters

version
Type: System.String
Version to compare
hotfixVersion (Optional)
Type: System.String
Hotfix version

Return Value

Type: Boolean
See Also