Table of Contents

TTMSFNCCustomCloudGoogleDrive.SearchFolderPromise Method

Promise-based variant of SearchFolder.

API unit family: TMSFNCCloudGoogleDrive Declaring type: TTMSFNCCustomCloudGoogleDrive

Syntax

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

Parameters

Name Description
AFileName Folder 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.