You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > RealTimeController Class > GetDefaultTemplateContent Method

RealTimeControllerGetDefaultTemplateContent Method

AuctionWorx 3.5 API
Retrieves the default content for the specified email template

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: JsonResult
JSON encoded result { { subject = x, body = y } }
See Also

Reference

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