DownloadFile
Downloads a file from an Encyclopedia volume. An attachment is included in the response packet, which refers to file content. The file content is streamed back using SOAP attachment.
Request elements
FileName
String. The name of the file to download. Specify either FileName or FileId.
FileId
String. The ID of the file to download. Specify either FileId or FileName.
DecomposeCompoundDocument
Boolean. Specifies whether to download a compound document as one file or multiple attachments. If False, you can download the file as a single file. If True, and the file is a compound document, BIRT iHub splits the file into several attachments. The default value is False.
DownloadEmbedded
Boolean. Specifies whether to send the attachment embedded in the body of the SOAP message or in a separate MIME boundary. If True, the response contains the attachment as embedded data. If False, the attachment is in a separate MIME boundary. The default value is False.
FileProperties
ArrayOfString. The file properties to return.
Response elements
File
File. The file properties.
Content
Attachment.The downloaded file in an embedded or chunked file operation.
ContainedFiles
ArrayOfAttachment. The downloaded set of files in a decomposed compound document operation.