Table of Contents

TTMSFNCCustomCloudDropBox.SearchList Method

Searches for items matching a query and returns the result list.

API unit family: TMSFNCCloudDropBox Declaring type: TTMSFNCCustomCloudDropBox

Syntax

function SearchList(AQuery: string; AExactMatch: Boolean; AFolder: TTMSFNCCloudItem): TTMSFNCCloudItems; override;

Parameters

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

Returns

Collection of matching items.