Verifies whether the current running iXperion release has a version equal or higher than specified version.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean env.product.verifyminimalversion(string version)

Parameters

Name Data Type Description
version String The version.

Return Value

Data Type Description
Boolean

Expand image Example

SXML