Click or drag to resize
DirectoryDeleteDirectoryStructure Method
Deletes all files in the directory structure. It works also in a shared hosting environment.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax
C#
public override void DeleteDirectoryStructure(
	string path
)

Parameters

path
Type: SystemString
Full path of the directory to delete
See Also