Table of Contents

TTMSFNCCloudDropBox.GetFolderInfo Method

Requests the contents of a folder, raising OnGetFolderInfo when the request finishes.

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

Overloads

Overload 1

Requests the contents of a folder, raising OnGetFolderInfo when the request finishes.

procedure GetFolderInfo(const AFolderName: string); overload;

Parameters

Name Description
AFolderName Full path of the folder to query.

Overload 2

Requests the contents of a folder into a caller-supplied collection.

procedure GetFolderInfo(const AFolderName: string; AItems: TTMSFNCCloudDropBoxItems); overload;

Parameters

Name Description
AFolderName Full path of the folder to query.
AItems Collection that receives the folder contents.