AddAttachment

Add an Attachment to a SharePoint List item.

Input

Name Type Description
File String The path of the local file to be added.
List String The name of the List on the SharePoint server.
ItemID String The ID of the item on the List to add attachments for.

Result Set Columns

Name Type Description
URL String The URL of the newly created item.
Result String Boolean value indicating whether the stored procedure was successful.