ComponentOne Studio Web API Edition
DeleteOperation Method

The text for path and command.
The request parameters.
Process the DELETE request.
Syntax
[HttpDelete()]
[Route("api/excel/{*pathAndCmd}")]
public virtual IHttpActionResult DeleteOperation( 
   string pathAndCmd,
   IDictionary<string,string[]> parameters
)
'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.
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 © 2025 GrapeCity, inc. All rights reserved.