StrandsApiClientGetEmailTemplate Method |
Gets specific email template for given API ID and template name from Strands API.
Namespace: CMS.StrandsRecommenderAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax public string GetEmailTemplate(
string templateName
)
Parameters
- templateName
- Type: SystemString
Name of desired template
Return Value
Type:
StringString containing HTML code of email template
Exceptions See Also