ProcessedUploadInfo class
namespace: Serenity.Web assembly: Serenity.Net.Services
Information about a processed temporary upload
public class ProcessedUploadInfo
Public Members
| name | description |
|---|---|
| ProcessedUploadInfo() | The default constructor. |
| FileSize { get; set; } | Gets or sets the file size. |
| ImageHeight { get; set; } | Gets or sets the image height. |
| ImageWidth { get; set; } | Gets or sets the image width. |
| IsImage { get; set; } | Gets or sets a value indicating whether the file contains an image. |
| TemporaryFile { get; set; } | Gets or sets the temporary file path. |
See Also
- Source: ProcessedUploadInfo.cs