Click or drag to resize
EmailTemplateTypeRegisterAddTemplateType Method
Adds a new template type to the register.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public void AddTemplateType(
	EmailTemplateTypeRegisterItem registerItem
)

Parameters

registerItem
Type: CMS.EmailEngineEmailTemplateTypeRegisterItem
Register item to be added.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when item with name Name is already present in the register.
See Also