Click or drag to resize
EmailTemplateInfoProvider.GetAllDoubleOptInTemplates Method
Returns dataset with all double opt-in templates.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
public 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