Table of Contents

TTMSFNCCustomCloudGoogleDrive.Delete Method

Deletes an item.

API unit family: TMSFNCCloudGoogleDrive Declaring type: TTMSFNCCustomCloudGoogleDrive

Overloads

Overload 1

Deletes an item.

function Delete(AItem: TTMSFNCCloudItem): Boolean; overload; override;

Parameters

Name Description
AItem Item to delete.

Returns

True when the item was deleted successfully.

Overload 2

Deletes an item identified by its file identifier.

function Delete(const AFileID: string): Boolean; overload; override;

Parameters

Name Description
AFileID Identifier of the item to delete.

Returns

True when the item was deleted successfully.