ComponentOne Studio Web API Edition
PutOperation Method

The text for path and command.
The request parameters.
Process the PUT request.
Syntax
'Declaration
 
<RouteAttribute("api/excel/{*pathAndCmd}")>
<HttpPutAttribute()>
Public Overridable Function PutOperation( _
   ByVal pathAndCmd As String, _
   ByVal parameters As IDictionary(Of String,String()) _
) As IHttpActionResult
[Route("api/excel/{*pathAndCmd}")]
[HttpPut()]
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExcelController Class
ExcelController Members

 

 


Copyright © GrapeCity, inc. All rights reserved.