Gets or sets a unique identifier (GUID) of the item which is represented with this Thumbnail instance.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public string Guid { get; set; }
Type: System..String
The GUID of the item which is represented with the Thumbnail control.
Default value is "".
Before binding the Thumbnail with some upload list item, you should specify the parent Uploader control. You can do it using the ParentControlName property.