Class FileUploadedEvent
Event payload raised after a file has been successfully stored.
Inherited Members
Namespace: CoreUpload.Events
Assembly: CoreUpload.dll
Syntax
public class FileUploadedEvent
Properties
ContentType
Gets or sets the reported content type when available.
Declaration
public string? ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileGuid
Gets or sets the GUID assigned to the stored upload.
Declaration
public Guid FileGuid { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
FileName
Gets or sets the original file name.
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileSize
Gets or sets the file size in bytes.
Declaration
public long FileSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long |