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

BaseImageUploaderExtender.ImageUploaderID Property

ID of the ImageUploader control instance this extender is associated with.

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

Syntax

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

Property Value

A string value containing an ID of the ImageUploader control instance this extender is associated with.

Default value is "".

See Also

Reference