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

BaseClientControl.UseCustomCodeBase Property

Gets or sets a value indicating whether a custom URL to client-side control specified with the CustomCodeBase property is used.

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

Syntax

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

Property Value

Type: System.Boolean

true if a custom URL to client-side control is used; otherwise, false.

Remarks

This property is used to embed stand-alone version of Image Uploader Flash.

See Also

Reference