Package.PackageIndex Property ActiveX/Java Uploader ASP.NET

Gets an index of this package inside the current session.

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

Syntax

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