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

BaseControl.ActiveXControlCabFileName Property

URL that specifies where to download the ActiveX version of Image Uploader from. It is analogous to the codebase attribute of the OBJECT element.

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

Syntax

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

Property Value

A string value that specifies where to download the ActiveX version of Image Uploader from.

Default value is "".

Remarks

This property is used to embed stand-alone or private-label version of Image Uploader.

See Also

Reference

Manual