TTMSFNCCloudBox.SearchListPromise Method
Searches items asynchronously and returns a promise that resolves when the request completes.
API unit family: TMSFNCCloudBox
Declaring type: TTMSFNCCloudBox
Inherited from: TTMSFNCCustomCloudBox
Syntax
function SearchListPromise(AQuery: string; AExactMatch: Boolean; AFolder: TTMSFNCCloudItem): IPromise<TVoid>; 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 promise that resolves when the search request finishes.