Gets a collection of UploadedFile instances belonging to the completed upload session.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public ReadOnly Property UploadedFiles As List(Of UploadedFile)
public List<UploadedFile> UploadedFiles { get; }