TTMSFNCCloudStorageServices.Search Method
Searches provider items by query text.
API unit family: TMSFNCCloudStorageServices
Declaring type: TTMSFNCCloudStorageServices
Syntax
function Search(AQuery: string; AExactMatch: boolean; AFolder: TTMSFNCCloudItem): TTMSFNCCloudItems; virtual;
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. Pass nil for provider-wide search when supported. |
Returns
A collection containing matching storage items.