Table of Contents

TTMSFNCCloudGoogleDrive.SearchFolder Method

Searches the account for folders matching a name and returns the matched items.

API unit family: TMSFNCCloudGoogleDrive Declaring type: TTMSFNCCloudGoogleDrive Inherited from: TTMSFNCCustomCloudGoogleDrive

Syntax

function SearchFolder(AFileName: string; AExactMatch: Boolean = false): TTMSFNCCloudItems;

Parameters

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

Returns

Collection of matching folders.