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

AllFilesUploadedEventArgs.UploadedFiles Property

Gets a collection of UploadedFile instances belonging to the completed upload session.

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

Syntax

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

Property Value

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

The collection of UploadedFile instances.

See Also

Reference