Click or drag to resize

IGoogleDriveDelete Method

Permanently deletes a file or folder that belongs to the Service Account user without moving to the trash. If it's a folder, all files and folders inside it will be deleted too. If the file or folder does not belong to the Service Account user, must transfer ownership through the website or ShareFile function before using this function. Otherwise, this will throw.

Namespace:  NetQuarry.Services.GoogleDrive
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Delete(
	string fileId
)

Parameters

fileId
Type: SystemString
The ID of the file or folder.
See Also