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

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<EmailTemplateInfo> GetAllDoubleOptInTemplates(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of a site

Return Value

Type: InfoDataSetEmailTemplateInfo
DataSet with double opt-in templates
See Also