Table of Contents

TTMSFNCCloudFileConversionFiles.DownloadAllFilesToStreams Method

Downloads all output files in the collection into in-memory streams.

API unit family: TMSFNCCloudFileConversion Declaring type: TTMSFNCCloudFileConversionFiles

Syntax

procedure DownloadAllFilesToStreams(ACombinedZip: Boolean = False; ACallback: TTMSFNCCloudFileConversionFileStreamCallBack = nil);

Parameters

Name Description
ACombinedZip When True, downloads the files as a single combined archive when the provider supports it.
ACallback Optional callback invoked for each downloaded file.