Package.PackageIndex Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets an index of this package inside the current session.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.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