Table of Contents

TTMSFNCCustomCloudGoogleDrive.SearchFilePromise Method

Promise-based variant of SearchFile.

API unit family: TMSFNCCloudGoogleDrive Declaring type: TTMSFNCCustomCloudGoogleDrive

Syntax

function SearchFilePromise(AFileName: string; AExactMatch: Boolean = false): IPromise<TVoid>;

Parameters

Name Description
AFileName File name to match.
AExactMatch When True, requires an exact match rather than a partial one.

Returns

A promise that resolves when the search has completed.