EmailTemplateInfoProvider.GetAllDoubleOptInTemplates Method |
Returns dataset with all double opt-in templates.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntaxpublic static InfoDataSet<EmailTemplateInfo> GetAllDoubleOptInTemplates(
int siteId
)
Parameters
- siteId
- Type: System.Int32
ID of a site
Return Value
Type:
InfoDataSet<EmailTemplateInfo>DataSet with double opt-in templates
See Also