Click or drag to resize
FileBrowserContentProviderDeleteFile Method
Deletes the file 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 DeleteFile(
	string path
)

Parameters

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

Return Value

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