Gets a collection of UploadedFile instances belonging to the completed upload session.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public List<UploadedFile> UploadedFiles { get; }
Type: System.Collections.Generic..List<<'T>>
The collection of UploadedFile instances.