ITMSFNCCustomCloudFileConversion.ParseJobList Method
Parses the response of a job-list request into the given collection.
API unit family: TMSFNCCloudFileConversion
Declaring type: ITMSFNCCustomCloudFileConversion
Syntax
procedure ParseJobList(AJSON: TJSONValue; AJobs: TTMSFNCCloudFileConversionJobs; var AError: string);
Parameters
| Name | Description |
|---|---|
AJSON |
Parsed JSON response returned by the provider. |
AJobs |
Collection that receives the parsed jobs. |
AError |
Set to an error description when parsing fails. |