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