ImportExportHelperIsLowerVersion Method |
Returns true if the first given version is lower than the second one.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public static bool IsLowerVersion(
string version1,
string hotfixVersion1,
string version2,
string hotfixVersion2
)
Parameters
- version1
- Type: SystemString
First version - hotfixVersion1
- Type: SystemString
First hotfix version - version2
- Type: SystemString
Second version - hotfixVersion2
- Type: SystemString
Second hotfix version
Return Value
Type:
BooleanSee Also