TemporaryFileInfo class
namespace: Serenity assembly: Serenity.Net.Core
Represents basic information about a temporary file, as used by TemporaryFileHelper.
public class TemporaryFileInfo
Public Members
| name | description |
|---|---|
| TemporaryFileInfo() | The default constructor. |
| CreationTime { get; set; } | Gets or sets the creation time of the file. |
| FullName { get; set; } | Gets or sets the full name of the file, including its directory. |
| Name { get; set; } | Gets or sets the name of the file. |
See Also
- Source: TemporaryFileInfo.cs