FileSystemContentProviderDeleteFile 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 DeleteFile(
string path
)
Public Overrides Function DeleteFile (
path As String
) As String
public:
virtual String^ DeleteFile(
String^ path
) override
abstract DeleteFile :
path : string -> string
override DeleteFile :
path : string -> string
Parameters
- path
- Type: SystemString
Return Value
Type:
StringSee Also