File
A File is a default item type used to store uploaded files that are not media.
A file can be opened with the Downloader application.
Data
| Key | Type | Description |
|---|---|---|
name |
string |
Name of the file |
description |
string |
Description of the file |
filename |
string |
Filename of the file |
mimetype |
string |
Mimetype of the file |
originalname |
string |
Original name of the file |
Structure
graph LR
File