Table of Contents

TTMSFNCCloudMicrosoftOneDrive.GetFolderList Method

Lists the immediate contents of a folder.

API unit family: TMSFNCCloudMicrosoftOneDrive Declaring type: TTMSFNCCloudMicrosoftOneDrive Inherited from: TTMSFNCCustomCloudMicrosoftOneDrive

Syntax

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

Remarks

Raises OnGetFolderList when the 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.