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

FileUploadEventArgs.PackageIndex Property

Gets zero-based index of the package (i.e. request) inside the current upload session.

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

Syntax

Visual Basic
Public ReadOnly Property PackageIndex As Integer
C#
public int PackageIndex { get; }

Property Value

The value which represents zero-based index of the package (i.e. request) inside the current upload session.

Remarks

Using this field you can recognize the order of uploaded files if they are sent in different packages.

See Also

Reference