AbstractImportExportSettingsIsLowerVersion Method |
Indicates if current version is lower than given one.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public bool IsLowerVersion(
string version,
string hotfixVersion = null
)
Parameters
- version
- Type: SystemString
Version to compare - hotfixVersion (Optional)
- Type: SystemString
Hotfix version
Return Value
Type:
BooleanSee Also