Click or drag to resize
EmailTemplateProviderGetEmailTemplates Method

Note: This API is now obsolete.

Returns all e-mail templates.

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

Return Value

Type: ObjectQueryEmailTemplateInfo
See Also