TaskFiles
Returns files attached to a given task.
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| ProjectId | Integer |
Projects.Id | |
| CommentId | Integer |
Comments.Id | |
| TaskId | Integer |
Tasks.Id | |
| UserId | Integer |
Users.Id | |
| Description | String | ||
| File | String | ||
| ImageThumbLarge | String | ||
| ImageThumbMedium | String | ||
| ImageThumbSmall | String | ||
| Mime | String | ||
| OriginalFilename | String | ||
| Size | String | ||
| Tags | String | ||
| CreatedOn | Datetime | ||
| UpdatedOn | Datetime |