UploadAttachment
Uploads an attachment to a Domino note
Input
| Name | Type | Required | Accepts Input Streams | Description |
| Unid | String | True | False | The ID of the note that will contain the uploaded file |
| FileName | String | True | False | The name the file should have on the server |
| UploadPath | String | False | False | The local path to to read the file data from. |
| FileStream | String | False | True | Stream of input data. Required if UploadPath is not defined. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation was successful |