AddImage
Adds an Image into a sharepoint list item.
Input
| Name | Type | Required | Accepts Input Streams | Description |
| ListName | String | True | False | The display name of the list on SharePoint. |
| ItemId | String | True | False | Id of the list item. |
| ColumnInternalName | String | True | False | The name of the column to add. |
| FileName | String | True | False | The name of the file to be added as image |
| InputFilePath | String | False | False | The location of the file to be attached. |
| Content | String | False | True | The content as InputStream to be uploaded when InputFilePath is not specified. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation was successful. |
| ErrorCode | Integer | When this procedure is not executed successfully, this output displays the error code associated with the failed execution. |
| ErrorMessage | String | When this procedure is not executed successfully, this output displays the error message associated with the failed execution. |