FileSystemContentProviderDeleteDirectory Method |
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override string DeleteDirectory(
string path
)
Public Overrides Function DeleteDirectory (
path As String
) As String
public:
virtual String^ DeleteDirectory(
String^ path
) override
abstract DeleteDirectory :
path : string -> string
override DeleteDirectory :
path : string -> string
Parameters
- path
- Type: SystemString
Return Value
Type:
StringSee Also