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

FileUploadEventArgs.Thumbnails Property

Gets a ThumbnailList which represents a list of thumbnails created for currently uploaded file.

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

Syntax

Visual Basic
Public ReadOnly Property Thumbnails As ThumbnailList
C#
public ThumbnailList Thumbnails { get; }

Property Value

The ThumbnailList that contains thumbnails created for currently uploaded file.

Remarks

This property returns a list of thumbnails if at least one thumbnail was configured for the upload.

See Also

Reference