Displays the editor for the specified email template
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EmailTemplateEditor( string template, string culture )
Parameters
- template
- Type: SystemString
the name of the specified template - culture
- Type: SystemString
the culture code of the specified template
Return Value
Type: ActionResultView(EmailTemplateContent)
See Also