TTMSFNCCloudGoogleDrive.SearchListPromise Method
Promise-based variant of
SearchList.
API unit family: TMSFNCCloudGoogleDrive
Declaring type: TTMSFNCCloudGoogleDrive
Inherited from: TTMSFNCCustomCloudGoogleDrive
Syntax
function SearchListPromise(AQuery: string; AExactMatch: Boolean; AFolder: TTMSFNCCloudItem = nil): IPromise<TVoid>; 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
A promise that resolves when the search has completed.