TTMSFNCCustomCloudGoogleDrive.Download Method
Downloads an item to a local file.
API unit family: TMSFNCCloudGoogleDrive
Declaring type: TTMSFNCCustomCloudGoogleDrive
Syntax
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.