TTMSFNCCustomCloudGoogleDrive.SearchFile Method
Searches the account for files matching a name and returns the matched items.
API unit family: TMSFNCCloudGoogleDrive
Declaring type: TTMSFNCCustomCloudGoogleDrive
Syntax
function SearchFile(AFileName: string; AExactMatch: Boolean = false): TTMSFNCCloudItems;
Parameters
| Name | Description |
|---|---|
AFileName |
File name to match. |
AExactMatch |
When True, requires an exact match rather than a partial one. |
Returns
Collection of matching files.