[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageController.DeleteFile

DeleteFile Method

DeleteFile(string, string)

Deletes the file with the specified path.

Declaration
public IHttpActionResult DeleteFile(string path, string subpath = null)
Parameters
Type Name Description
string path

The path.

string subpath

The file name

Returns
Type Description
IHttpActionResult

The result.