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

Thumbnail.Guid Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a unique identifier (GUID) of the item which is represented with this Thumbnail instance.

Syntax

PHP
public function getGuid() {
}

public function setGuid($value) {
}

Property Value

Type: string

The GUID of the item which is represented with the Thumbnail control.

Default value is "".

Remarks

Before binding the Thumbnail with some upload list item, you should specify the parent Uploader control. You can do it using the ParentControlName property.

See Also

Reference