Table of Contents

TTMSFNCCloudBox.SearchList Method

Searches Box items and returns the result list.

API unit family: TMSFNCCloudBox Declaring type: TTMSFNCCloudBox Inherited from: TTMSFNCCustomCloudBox

Syntax

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

Parameters

Name Description
AQuery Text to search for.
AExactMatch Set to True to request exact-name matching.
AFolder Folder that scopes the search.

Returns

A collection containing matching Box items.