Click or drag to resize
EmailTemplateProviderDeleteEmailTemplate Method (Int32)
Deletes e-mail template given by the ID.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteEmailTemplate(
	int templateId
)

Parameters

templateId
Type: SystemInt32
Template ID
See Also