Thumbnail.Guid Property ActiveX/Java Uploader ASP.NET

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

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