Table of Contents

TTMSFNCCloudDropBox.MoveFile Method

Moves an item into a target folder.

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

Syntax

function MoveFile(AItem, ATargetFolder: TTMSFNCCloudItem): TTMSFNCCloudItem; override;

Parameters

Name Description
AItem Item to move.
ATargetFolder Destination folder.

Returns

The moved item at its new location.