Processes request to preview the results of proposed email templates subject and body changes for the specified template
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult PreviewEmailTemplate( string template, string culture, string subject, string body )
Parameters
- template
- Type: SystemString
the name of the specified template - culture
- Type: SystemString
the culture code of the specified template - subject
- Type: SystemString
the new subject content for the specified template - body
- Type: SystemString
the new body content for the specified template
Return Value
Type: ActionResultView()
See Also