EmailTemplateProvider GetEmailTemplate Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberGetEmailTemplate(Int32)
Returns e-mail template given by template ID.
Public methodStatic memberGetEmailTemplate(String, Int32)
Returns e-mail template given by template name and site ID. Returns global e-mail template if site template was not found.
Public methodStatic memberGetEmailTemplate(String, String)
Returns e-mail template given by template name and site name (or just template name for global templates).
Back to Top
See Also