Gets or sets a unique identifier (GUID) of the item which is represented with this Thumbnail instance.
public function getGuid() { } public function setGuid($value) { }
Type: 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.