Click or drag to resize
EmailTemplateProviderGetEmailTemplates Method (Int32)
Returns all e-mail templates for specific site or all global templates or all templates sorted by template display name ascending.

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

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: InfoDataSetEmailTemplateInfo
See Also