Processes a request to enable or disable the specified email template
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult SetEmailTemplateEnabled( int id, bool enabled )
Parameters
- id
- Type: SystemInt32
id of the specified email template - enabled
- Type: SystemBoolean
true: enable the template, false: disable the template
Return Value
Type: ActionResultView(List<EmailTemplate>)
See Also