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

BaseFileInfo Class

Base class for SourceFileInfo and ThumbnailInfo classes.

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

Syntax

Visual Basic
Public MustInherit Class BaseFileInfo
C#
public abstract class BaseFileInfo

Remarks

BaseFileInfo is an abstract class which implements common functionality for SourceFileInfo and ThumbnailInfo classes. You cannot instantiate objects of this class directly.

Inheritance Hierarchy

See Also

Reference