TTMSFNCCustomCloudMicrosoftOneDrive.SearchList Method
Searches a folder for items matching a query and returns the result list.
API unit family: TMSFNCCloudMicrosoftOneDrive
Declaring type: TTMSFNCCustomCloudMicrosoftOneDrive
Syntax
function SearchList(AQuery: string; AExactMatch: Boolean; AFolder: TTMSFNCCloudItem = nil): TTMSFNCCloudItems; 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; required. |
Returns
Collection of matching items, or nil when no folder is supplied.