Table of Contents

TTMSFNCCloudFileConversionFile Class

Represents a single output file produced by a conversion job, exposing its identity, format and download URL along with helpers to download it to a stream or to disk.

API unit family: TMSFNCCloudFileConversion Inherits from: TCollectionItem

Syntax

TTMSFNCCloudFileConversionFile = class(TCollectionItem)

Properties

Name Description
CombinedZip Read-only flag indicating whether this entry represents a single archive that combines all output files of the job.
DataBoolean User-defined Boolean associated with this file.
DataInteger User-defined integer associated with this file.
DataObject User-defined object associated with this file.
DataPointer User-defined pointer associated with this file.
DataString User-defined string associated with this file.
Format Read-only format of the output file.
Id Read-only provider identifier of the output file.
Job Read-only reference to the job that produced this file.
Name Read-only name of the output file, including its extension.
Url Read-only download URL of the output file.

Methods

Name Description
DownloadFileToFile Downloads this output file and saves it to disk.
DownloadFileToStream Downloads this output file into an in-memory stream.