Click or drag to resize
StrandsApiClientGetEmailTemplate Method
Gets specific email template for given API ID and template name from Strands API.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public string GetEmailTemplate(
	string templateName
)

Parameters

templateName
Type: SystemString
Name of desired template

Return Value

Type: String
String containing HTML code of email template
Exceptions
ExceptionCondition
ArgumentNullExceptiontemplateName is null
See Also