> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Storage.UploadResult.ContentType

### [ResQ.Storage](./ResQ.Storage.md "ResQ.Storage").[UploadResult](./ResQ.Storage.UploadResult.md "ResQ.Storage.UploadResult")

## UploadResult.ContentType Property

The MIME type of the file (e.g., "image/jpeg", "video/mp4").

```csharp theme={null}
public string ContentType { get; init; }
```

#### Property Value

[System.String](https://learn.microsoft.com/en-us/dotnet/api/system.string "System.String")
