Click or drag to resize
EmailTemplateProviderGetEmailTemplate Method (Int32)

Note: This API is now obsolete.

Returns e-mail template given by template ID.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IEmailTemplateInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EmailTemplateInfo.Provider.")]
public static EmailTemplateInfo GetEmailTemplate(
	int templateId
)

Parameters

templateId
Type: SystemInt32
Template ID

Return Value

Type: EmailTemplateInfo
See Also