This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Verifies whether the current running iXperion release has a version equal or higher than specified version.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(.Level0)]
[(Name = "{0}.Product.VerifyMinimalVersion", IsDeterministic = true)]
public static bool VerifyMinimalVersion(
	string version
)
Visual Basic (Declaration)Copy imageCopy Code
<(.Level0)> _
<(Name := "{0}.Product.VerifyMinimalVersion", IsDeterministic := True)> _
Public Shared Function VerifyMinimalVersion ( _
	version As  _
) As 

Parameters

version
String
The version.

Return Value

See Also

Advanced