ComponentOne Web API Edition
PutOperation Method

C1.Web.Api.Excel Namespace > ExcelController Class : PutOperation Method
The text for path and command.
The request parameters.
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
[HttpPut()]
[Route("api/excel/{*pathAndCmd}")]
public virtual IHttpActionResult PutOperation( 
   string pathAndCmd,
   IDictionary<string,string[]> parameters
)

Parameters

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

Return Value

The response result.
See Also

Reference

ExcelController Class
ExcelController Members