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

Package.PackageFileCount Property

Gets a number of files uploaded within this package.

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

Syntax

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

Property Value

Type: System.Int32

The number of files uploaded within this package.

See Also

Reference