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

BaseFileInfo Members

The BaseFileInfo type exposes the following members.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSafeFileName

Returns a safe file name for the file if it would be saved to dirPath folder.

Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Save

Saves file to the specified path.

Public method SaveToFolder Overloaded.
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property ContentLength

Gets the Content-length HTTP header.

Public property ContentType

Gets the value of the Content-type HTTP header.

Public property FileName

Gets name of the file.

Public property FileSize

Gets size of the file.

Public property Height

Gets height of the file.

Public property InputStream

Gets the Stream that represents the file.

Public property Width

Gets width of the file.

See Also

Reference