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

Package.PackageIndex Property

Gets an index of this package inside the current session.

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

Syntax

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

Property Value

Type: System.Int32

The zero-based index of this package inside the current session.

Remarks

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

See Also

Reference