Table of Contents

ITMSFNCCustomCloudFileConversion.ParseUploadFile Method

Parses the response of a file-upload request and updates the job.

API unit family: TMSFNCCloudFileConversion Declaring type: ITMSFNCCustomCloudFileConversion

Syntax

procedure ParseUploadFile(AJSON: TJSONValue; AJob: TTMSFNCCloudFileConversionJob; var AError: string);

Parameters

Name Description
AJSON Parsed JSON response returned by the provider.
AJob Job whose upload result is being parsed.
AError Set to an error description when parsing fails.