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.

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

Syntax

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

Property Value

Type: System.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