The minimum required version of the ActiveX version (*.cab
file).
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ActiveXControlVersion As String
public string ActiveXControlVersion { get; set; }
A string value that specifies the minimum required version of the ActiveX version (*.cab
file).
Default value is "".
If the user has an older version installed, Internet Explorer downloads the *.cab
file from the URL provided by the ActiveXControlCabFileName property automatically. See the Updating Image Uploader on the Client Side topic for more details.
The subversions should be separated only by commas (unlike the Java version). For example, 6,0,10,0
.