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

BaseClientControl.UseCustomCodeBase Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether custom URLs to client-side control specified with the CustomCodeBase and CustomCodeBase64 properties is used.

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

Syntax

Visual Basic
Public Property UseCustomCodeBase As Boolean
C#
public bool UseCustomCodeBase { get; set; }

Property Value

Type: System.Boolean

If true, Uploader loads a stand-alone version of the client-side control specified with the CustomCodeBase property. Otherwise, a built-it control is loaded.

Default value is false.

Remarks

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

See Also

Reference

Manual