JDBC Driver for Certinia

Build 23.0.8839

DownloadDocument

Downloads the document or documents in Salesforce.

Input

Name Type Accepts Output Streams Description
Id String False The Id of the document to download. If Name, Id or Folderid are not specified, all documents will be downloaded.
Name String False The name of the document to download. If Name, Id or Folderid are not specified, all documents will be downloaded.
Folderid String False The folder id of the documents to download. If Name, Id or Folderid are not specified, all documents will be downloaded.
LocalPath String False The local path to save the files to. If no path is specified, the file is kept in memory in the FileData output.
Encoding String False The encoding of the data that will be output to FileData.

The allowed values are NONE, BASE64.

The default value is BASE64.

FileStream String True An instance of an output stream where file data is written to. Only used if LocalPath is not set.

Result Set Columns

Name Type Description
FileId String The id of the file.
Success String The status of the download for a specific file.
FileName String The name of the downloaded file.
FullPath String The full path (including name) of the downloaded file.
FileData String The file data output, if the LocalPath input is empty.
FailureMessage String In multi-file download mode, shows the failure message of any unsuccessful download.

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