Click or drag to resize
DirectoryDelete Method (String)
Deletes an empty directory.

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

Parameters

path
Type: SystemString
Path to directory
Exceptions
ExceptionCondition
PathTooLongExceptionpath is too long
ArgumentExceptionpath contains invalid characters
See Also