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

SourceFileInfo Class

This class represents uploaded source file.

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

Syntax

Visual Basic
Public Class SourceFileInfo _
	Inherits BaseFileInfo
C#
public class SourceFileInfo : BaseFileInfo

Remarks

This class exposes a number of properties and methods which provide an access to the uploaded file itself, its characteristics, and allow saving it on a server.

Inheritance Hierarchy

System..Object
L Aurigma.ImageUploader..BaseFileInfo
L Aurigma.ImageUploader..SourceFileInfo

See Also

Reference

Manual