Table of Contents

ITMSFNCCustomCloudFileConversion.ParseDownloadJobFile Method

Parses the response of a download request and stores the file content or save location.

API unit family: TMSFNCCloudFileConversion Declaring type: ITMSFNCCustomCloudFileConversion

Syntax

procedure ParseDownloadJobFile(AJSON: TJSONValue; AFile: TTMSFNCCloudFileConversionFile; AFilePath: string; var AError: string);

Parameters

Name Description
AJSON Parsed JSON response returned by the provider.
AFile Output file being downloaded.
AFilePath Target path used when saving to disk.
AError Set to an error description when parsing fails.