DSAzure.TAzureBlobService.DeleteRootContainer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureBlobService

Delphi

function DeleteRootContainer: boolean;

C++

bool __fastcall DeleteRootContainer();

Description

Deletes the root container.

DeleteRootContainer deletes the root container, if one exists.

See Also