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

FileUploadEventArgs.FirstUploaded Property

Indicates if the currently uploaded file was sent first.

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

Syntax

Visual Basic
Public ReadOnly Property FirstUploaded As Boolean
C#
public bool FirstUploaded { get; }

Property Value

Value specifying if the currently uploaded file was sent first.

See Also

Reference