BExIS.Web.Shell.Areas.DIM.Controllers.DataController.Put C# (CSharp) Method

Put() public method

Updates an existing dataset
public Put ( int id, [ value ) : void
id int
value [
return void
        public void Put(int id, [FromBody]string value)
        {
            throw new HttpResponseException(HttpStatusCode.NotFound);
        }