ScheduledDocument
Scheduled task and data alert document model.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Scheduled document ID. |
string |
None. |
| TaskId |
Scheduled task or data alert ID. |
string |
None. |
| DocumentName |
Document name. |
string |
None. |
| DocumentFormat |
Document format. |
string |
None. |
| Data |
Document binary data. |
Collection of byte |
None. |
| MimeType |
File type. |
string |
None. |
| DateCreated |
Obsolete since R2 2020. Use DateCreatedUtc property instead. The DateTime created value in the server local timezone. |
date |
None. |
| DateCreatedUtc |
The DateTime created value in the UTC. |
date |
None. |
| ReportId |
Report ID. |
string |
None. |
| Error |
Contains any errors which might occur during document creation. |
string |
None. |