[]
        
(Showing Draft Content)

C1.Web.Api.Excel.ExcelController.PutOperation

PutOperation Method

PutOperation(string, IDictionary<string, string[]>)

Process the PUT request.

Declaration
public virtual IHttpActionResult PutOperation(string pathAndCmd, IDictionary<string, string[]> parameters)
Parameters
Type Name Description
string pathAndCmd

The text for path and command.

IDictionary<string, string[]> parameters

The request parameters.

Returns
Type Description
IHttpActionResult

The response result.