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

In This Topic
PutOperation Method
In This Topic
Process the PUT request.
Syntax
'Declaration
 
<HttpPutAttribute()>
<RouteAttribute("api/excel/{*pathAndCmd}")>
Public Overridable Function PutOperation( _
   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