Table of Contents

TTMSFNCCloudDropBox.CreateFolder Method

Creates a new folder.

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

Syntax

function CreateFolder(AFolder: TTMSFNCCloudItem; const AFolderName: string): TTMSFNCCloudItem; override;

Parameters

Name Description
AFolder Parent folder; pass nil to create under the root.
AFolderName Name of the folder to create.

Returns

The item representing the created folder.