JDBC Driver for Microsoft SharePoint

Build 23.0.8839

AddAttachment

Adds an attachment into a sharepoint list.

Input

Name Type Accepts Input Streams Description
ListTitle String False Title of the list item.
ItemId String False Id of the list item.
FileName String False The name of the file to be added to the document library
InputFilePath String False The location of the file to be attached.
Content String 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 or not.
RelativeUrl String The relative URL of the attachment that has been added.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839