Table of Contents

TTMSFNCCloudDropBox.GetFolderList Method

Lists the immediate contents of a folder.

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

Syntax

function GetFolderList(AFolder: TTMSFNCCloudItem = nil): TTMSFNCCloudItems; override;

Remarks

Raises OnGetFolderList as pages arrive and OnGetFolderListComplete when the full listing is available.

Parameters

Name Description
AFolder Folder to list; pass nil to list the account root.

Returns

Collection of files and folders in the requested folder.