DownloadAttachment
Downloads an attachment from a Domino note
Input
| Name | Type | Required | Description |
| Unid | String | True | The ID of the note containing the file to download |
| FileName | String | True | The name of the file to download on the server |
| DownloadPath | String | 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 |