DownloadAttachment
Downloads an attachment from a Domino note
Input
| Name | Type | Required | Accepts Output Streams | Description |
| Unid | String | True | False | The ID of the note containing the file to download |
| FileName | String | True | False | The name of the file to download on the server |
| FileStream | String | False | True | Stream for output data. |
| DownloadPath | String | False | False | The local path to write the file to. If not provided the data is returned in FileData |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation was successful |
| FileData | String | If DownloadPath and FileStream are not provided, this contains the contents of the file encoded as base64 |