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

Package.UploadedFiles Property

Gets a collection of UploadedFile instances belonging to this package.

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

Syntax

Visual Basic
Public MustOverride ReadOnly Property UploadedFiles As ReadOnlyCollection(Of UploadedFile)
C#
public abstract ReadOnlyCollection<UploadedFile> UploadedFiles { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<T>

The collection of UploadedFile instances. Each instance contains all the converted files and metadata related to a particular user-selected file.

See Also

Reference