You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > PreviewEmailTemplate Method

AdminControllerPreviewEmailTemplate Method

AuctionWorx 3.5 API
Processes request to preview the results of proposed email templates subject and body changes for the specified template

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
View()
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.