This documentation is for the old version. Go to the latest Upload Suite docs

BaseControl.ActiveXControlVersion Property

The minimum required version of the ActiveX version (*.cab file).

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ActiveXControlVersion As String
C#
public string ActiveXControlVersion { get; set; }

Property Value

A string value that specifies the minimum required version of the ActiveX version (*.cab file).

Default value is "".

Remarks

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.

Note

The subversions should be separated only by commas (unlike the Java version). For example, 6,0,10,0.

Examples

Updating Image Uploader on the Client Side

See Also

Reference