TTMSFNCCustomCloudBox.SearchList Method
Searches Box items and returns the result list.
API unit family: TMSFNCCloudBox
Declaring type: 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.