MessengerController.UpdateRoom Method
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
UpdateRoom(int, string)
Update room name.
public ActionResult UpdateRoom(int id, string name)
Parameters
- id
- int
Id of conversation.
- name
- string
Room name.
Returns
System.Web.Mvc.ActionResult