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)
public bool UseCustomCodeBase { get; set; }
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.
This property is used to embed private-label version of ActiveX/Java Uploader.