Click or drag to resize
EmailTemplateProviderGetEmailTemplates Method
Returns all e-mail templates.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<EmailTemplateInfo> GetEmailTemplates()

Return Value

Type: ObjectQueryEmailTemplateInfo
See Also