Skip to main content

TdxCloudStorage.DeleteFolder(TdxCloudStorageFolder) Method

Deletes the specified folder from a cloud storage.

Declaration

procedure DeleteFolder(AFolder: TdxCloudStorageFolder);

Parameters

Name Type Description
AFolder TdxCloudStorageFolder

A cloud folder metadata container that corresponds to the deleted folder.

Remarks

Note

The DeleteFolder procedure always runs in the same thread from which it was invoked.

See Also