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

UploadedFile.Index Property

Gets index of this user-selected file within a package.

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

Syntax

Visual Basic
Public MustOverride ReadOnly Property Index As Integer
C#
public abstract int Index { get; }

Property Value

Type: System.Int32

The index of this user-selected file within a package.

See Also

Reference