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

Thumbnail.Guid Property

Identifier (GUID) of the item which is represented with this Thumbnail control.

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

A string value containing GUID that identifies this item.

Default value is "".

Remarks

This property corresponds to Guid client-side property.

See Also

Reference