| name | data type | description |
|---|---|---|
| mimeType | MimeTypeEnum | |
| iSort | number | |
| commentType | string | |
| filename | string | |
| size | number | |
| commentTypeDescription | string | |
| content | string | |
Properties inherited from BaseEntryId |
||
| id | number | Die eindeutige Id des Eintrags |
Example
{
"mimeType" : "IMAGEPNG",
"iSort" : 12345,
"commentType" : "...",
"filename" : "...",
"size" : 12345,
"commentTypeDescription" : "...",
"content" : "...",
"id" : 12345
}