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

Thumbnail.ParentControlName Property

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

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

Syntax

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

Property Value

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

Default value is "".

Remarks

This property corresponds to ParentControlName client-side property.

See Also

Reference