FileResourceTypeMap Class
Namespace: MobileTrack.Common.EnumsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class FileResourceTypeMap : AbstractValueMap<FileResourceTypeMap>
- Inheritance
- Object AbstractValueMapFileResourceTypeMap FileResourceTypeMap
| File |
Generic file type (if Blob storage didn't supply the file type)
|
| Folder |
This is not a file but a folder.
|
| Gif |
Refers to a custom gif uploaded by the user.
|
| Jpeg |
Refers to a custom jpeg uploaded by the user.
|
| Json |
Refers to an uploaded JSON file
|
| Pdf |
PDF file format, used for documents.
|
| Png |
Refers to a custom Png image uploaded by the user.
|
| Text |
Refers to an uploaded plain Text file
|
| WebP |
WebP image format
|
| Xml |
Refers to an uploaded XML file
|