Click or drag to resize
EmailTemplateTypeRegister Class
Register for email template types.
Inheritance Hierarchy
SystemObject
  CMS.EmailEngineEmailTemplateTypeRegister

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public class EmailTemplateTypeRegister

The EmailTemplateTypeRegister type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrent
Gets current instance of email template types register.
Top
Methods
  NameDescription
Public methodAddTemplateType
Adds a new template type to the register.
Public methodGetTemplateType
Gets registered email template type by its name.
Public methodGetTemplateTypes
Gets read-only list containing all registered email template types.
Top
Remarks
The register is thread-safe and its performance is tailored for read operations.
See Also