Click or drag to resize
EmailTemplateProviderGetEmailTemplatesInternal Method
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#
protected virtual InfoDataSet<EmailTemplateInfo> GetEmailTemplatesInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: InfoDataSetEmailTemplateInfo
See Also