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

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).

See Also

Reference