ConoHaNet.OpenStackMember.DeleteContainer C# (CSharp) Method

DeleteContainer() public method

public DeleteContainer ( string container, bool deleteObjects = false, bool useInternalUrl = false ) : void
container string
deleteObjects bool
useInternalUrl bool
return void
        public void DeleteContainer(string container, bool deleteObjects = false, bool useInternalUrl = false)
        {
            FilesProvider.DeleteContainer(container, deleteObjects, this.DefaultRegion, useInternalUrl, this.Identity);
        }
OpenStackMember