C1.Web.Api.Excel Namespace / ExcelController Class / DeleteOperation Method
The text for path and command.
The request parameters.

In This Topic
DeleteOperation Method
In This Topic
Process the DELETE request.
Syntax
'Declaration
 
<HttpDeleteAttribute()>
<RouteAttribute("api/excel/{*pathAndCmd}")>
Public Overridable Function DeleteOperation( _
   ByVal pathAndCmd As String, _
   ByVal parameters As IDictionary(Of String,String()) _
) As IHttpActionResult
 

Parameters

pathAndCmd
The text for path and command.
parameters
The request parameters.

Return Value

The response result.
See Also