Table of Contents

TTMSFNCCustomCloudDropBox.MoveFile Method

Moves an item into a target folder.

API unit family: TMSFNCCloudDropBox Declaring type: 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.