Displays form to send a message to another user
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult SendUserMessage( string receiver, string template, string returnUrl )
Parameters
- receiver
- Type: SystemString
username of recipient - template
- Type: SystemString
name of the template to be used for this message - returnUrl
- Type: SystemString
Url assigned to the "back" button displayed on the read message view
Return Value
Type: ActionResultView(Listing)
See Also