Table of Contents

TTMSFNCCloudDropBox.SearchListPromise Method

Promise-based variant of SearchList.

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

Syntax

function SearchListPromise(AQuery: string; AExactMatch: Boolean; AFolder: TTMSFNCCloudItem): IPromise<TVoid>; override;

Parameters

Name Description
AQuery Text to match.
AExactMatch When True, requires an exact match.
AFolder Folder to search within; pass nil to search from the root.

Returns

A promise that resolves when the search has completed.