TDV Adapter for Microsoft SharePoint

Build 22.0.8462

AddAttachment

Add an Attachment to a SharePoint List item.

Input

Name Type Accepts Input Streams Description
File String False The path of the local file to be added.
List String False The name of the List on the SharePoint server.
ItemID String False The ID of the item on the List to add attachments for.
Content String True The content as InputStream to be uploaded when File is not specified.
FileName String False Name of the file to be uploaded. This will be used if content is not null. For example: test.csv

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462