The C1FileInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1FileInfo |
Create an new instance of C1FileInfo.
|
Methods
| Name | Description | |
|---|---|---|
| Delete |
Deletes the file from the temp folder.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetStream |
Gets the file stream.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SaveAs | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ContentType |
Gets the HTTP MIME type of the output stream.
| |
| Extension |
Gets the file extension of the uploaded file.
| |
| FileName |
Gets the name of the uploaded file.
| |
| Size |
Gets the file size.
| |
| TempFileName |
Gets the full path of the temporary file.
|