The Uploader control name this Thumbnail instance is associated with.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public string ParentControlName { get; set; }
Type: System..String
Gets or sets a name of the Uploader control this Thumbnail instance is associated with.
Default value is "".
After you associate this Thumbnail control with a parent Uploader, you should bind it with some item from the upload list. To do this, set the Guid property to the GUID of this item. You can get it using the file.guid property.