Retrieves the default content for the specified email template
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult GetDefaultTemplateContent( string template )
Parameters
- template
- Type: SystemString
the name of the email template to retrieve
Return Value
Type: JsonResultJSON encoded result { { subject = x, body = y } }
See Also