AddImage
Adds an Image into a sharepoint list item.
Input
Name | Type | Required | Description |
ListName | String | True | The display name of the list on SharePoint. |
ItemId | String | True | Id of the list item. |
ColumnInternalName | String | True | The name of the column to add. |
FileName | String | True | The name of the file to be added as image |
InputFilePath | String | False | The location of the file to be attached. |
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. |