TTMSFNCCloudStorageServices.SearchListPromise Method
Starts an asynchronous search request.
API unit family: TMSFNCCloudStorageServices
Declaring type: TTMSFNCCloudStorageServices
Syntax
function SearchListPromise(AQuery: string; AExactMatch: boolean; AFolder: TTMSFNCCloudItem): IPromise<TVoid>;
Parameters
| Name | Description |
|---|---|
AQuery |
Text to search for. |
AExactMatch |
Set to True to request exact-name matching when the provider supports it. |
AFolder |
Folder that scopes the search. |
Returns
A promise that resolves when the search request completes.