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

UploadedFile.Package Property

Gets a Package instance related to this user-selected file.

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

Syntax

Visual Basic
Public MustOverride ReadOnly Property Package As Package
C#
public abstract Package Package { get; }

Property Value

Type: Aurigma.ImageUploaderFlash.Package

The Package instance related to this user-selected file.

See Also

Reference