EmailTemplateInfoProviderGetAllDoubleOptInTemplates Method |
Returns dataset with all double opt-in templates.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static InfoDataSet<EmailTemplateInfo> GetAllDoubleOptInTemplates(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
ID of a site
Return Value
Type:
InfoDataSetEmailTemplateInfoDataSet with double opt-in templates
See Also