Table of Contents

TTMSFNCCloudDropBox.Download Method

Downloads an item to a local file.

API unit family: TMSFNCCloudDropBox Declaring type: TTMSFNCCloudDropBox Inherited from: TTMSFNCCustomCloudDropBox

Overloads

Overload 1

Downloads an item to a local file.

function Download(AItem: TTMSFNCCloudItem; const ATargetFile: string): string; overload; override;

Parameters

Name Description
AItem Item to download.
ATargetFile Local path where the content is written.

Returns

The local target path.

Overload 2

Downloads a file identified by its path to a local file.

function Download(const AFileName: string; const ATargetFile: string): string; overload; override;

Parameters

Name Description
AFileName Full path of the file to download.
ATargetFile Local path where the content is written.

Returns

The local target path.