DownloadNote
Download Note from Attachables.
Input
Name | Type | Accepts Output Streams | Description |
AttachmentId | String | False | Attachment id, for instance: 5000000000000009867. Required. |
DownloadFolder | String | False | Download folder. |
FileStream | String | True | An instance of an output stream where file data is written to. Only used if DownloadFolder is not provided |
Result Set Columns
Name | Type | Description |
FileName | String | The name of the downloaded file |
Base64EncodedData | String | If the DownloadFolder and FileStream are not provided, this contains the content of the file. |