BaseClientControl.UseCustomCodeBase Property ActiveX/Java Uploader ASP.NET

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

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 ActiveX/Java Uploader.

See Also

Reference

Manual