TDV Adapter for Microsoft SharePoint

Build 22.0.8462

DownloadAttachment

Download a document from the SharePoint list.

Input

Name Type Accepts Output Streams Description
File String False The path of the file to be saved.
RemoteFile String False The path of the file on the server. This can be the full URL or simply the file name. If you use the name of the file, the latest version will be downloaded.
FileStream String True OutputStream to write the downloaded attachment. Only returned if File is not set.

Result Set Columns

Name Type Description
Result String Boolean value indicating whether the operation was successful.
FileData String The downloaded BASE64 encoded file content. Only returned if File and FileStream is not set.

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