MessengerController.PartialConversation Method
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
PartialConversation(int, bool)
Returns the specified conversation.
public PartialViewResult PartialConversation(int id, bool active = false)
Parameters
- id
- int
Id of message.
- active
- bool
Returns
System.Web.Mvc.PartialViewResult