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

FileUploadedEventArgs.UploadedFile Property

Gets an UploadedFile instance contained all the converted files and metadata related to a particular user-selected file.

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

Syntax

Visual Basic
Public ReadOnly Property UploadedFile As UploadedFile
C#
public UploadedFile UploadedFile { get; }

Property Value

Type: Aurigma.ImageUploaderFlash.UploadedFile

The UploadedFile contained all the converted files and metadata related to a particular user-selected file.

See Also

Reference