Table of Contents

TTMSFNCCloudFileConversionJob.DownloadAllFilesToFiles Method

Downloads every output file of this job and saves them to a directory on disk.

API unit family: TMSFNCCloudFileConversion Declaring type: TTMSFNCCloudFileConversionJob

Syntax

procedure DownloadAllFilesToFiles(ADirectory: string; ACombinedZip: Boolean = False; ACallback: TTMSFNCCloudFileConversionFileCallBack = nil);

Parameters

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