FileBrowserContentProviderDeleteDirectory Method |
Deletes the directory item with the given virtual path.
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public abstract string DeleteDirectory(
string path
)
Public MustOverride Function DeleteDirectory (
path As String
) As String
public:
virtual String^ DeleteDirectory(
String^ path
) abstract
abstract DeleteDirectory :
path : string -> string
Parameters
- path
- Type: SystemString
The virtual path of the directory item.
Return Value
Type:
Stringstring.Empty when the operation was successful; otherwise an error message token.
See Also