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

FileUploadEventArgs.PackageCount Property

Gets total number of packages in the current upload session.

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

Syntax

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

Property Value

The value which represents total number of packages in the current upload session.

Remarks

In particular, when FilesPerOnePackageCount is 1, it can be used to get total number of files uploaded within this upload session.

See Also

Reference