Aurigma Image Uploader 6.5 Dual
FileUploadEventArgs..::.SourceFile Property
Gets a SourceFileInfo which represents a currently uploaded source file.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public ReadOnly Property SourceFile As SourceFileInfo
C#
public SourceFileInfo SourceFile { get; }
Property Value
The SourceFileInfo that contains a currently uploaded source file.Remarks
This returns the SourceFileInfo class instance if source files are enabled for the upload (i.e. the UploadSourceFile property is true).