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.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax protected virtual InfoDataSet<EmailTemplateInfo> GetEmailTemplatesInternal(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
Site ID
Return Value
Type:
InfoDataSetEmailTemplateInfoSee Also