Table of Contents

TTMSFNCCloudFileConversionJob.GetOutputFileByID Method

Returns the output file with the given provider identifier.

API unit family: TMSFNCCloudFileConversion Declaring type: TTMSFNCCloudFileConversionJob

Syntax

function GetOutputFileByID(AOutputFileId: string): TTMSFNCCloudFileConversionFile;

Parameters

Name Description
AOutputFileId Identifier of the output file to find.

Returns

The matching output file, or nil when no file matches.