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

Package.PackageCount Property

Gets a total number of packages uploaded within the current session.

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

Syntax

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

Property Value

Type: System.Int32

The total number of packages uploaded within the current session.

See Also

Reference