TTMSFNCCloudMicrosoftOneDrive.Search Method
Searches the account for items matching a query.
API unit family: TMSFNCCloudMicrosoftOneDrive
Declaring type: TTMSFNCCloudMicrosoftOneDrive
Inherited from: TTMSFNCCustomCloudMicrosoftOneDrive
Syntax
function Search(AQuery: string; AFolderName: string = ''): TTMSFNCCloudItems;
Remarks
Raises OnSearch when the search completes.
Parameters
| Name | Description |
|---|---|
AQuery |
Text to match. |
AFolderName |
Optional folder path to search within; empty searches from the root. |
Returns
Collection of matching items.