AllFilesUploadedEventArgs.UploadedFiles Property ActiveX/Java Uploader ASP.NET

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

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

Syntax

C#
public List<UploadedFile> UploadedFiles { get; }

Property Value

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

The collection of UploadedFile instances.

See Also

Reference