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

BaseUploaderExtender.TargetControlID Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an ID of the Uploader control instance associated with this extender.

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

Syntax

Visual Basic
Public Overrides Property TargetControlID As String
C#
public override string TargetControlID { get; set; }

Property Value

Type: System.String

The ID of the Uploader control instance associated with this extender.

See Also

Reference