Click or drag to resize
FileBrowserContentProviderDeleteDirectory Method
Deletes the directory item with the given virtual path.

Namespace: Kettic.AspNet.Controls.Widgets
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract string DeleteDirectory(
	string path
)

Parameters

path
Type: SystemString
The virtual path of the directory item.

Return Value

Type: String
string.Empty when the operation was successful; otherwise an error message token.
See Also