Click or drag to resize
EmailTemplateInfoProvider.GetAllSubscriptionTemplates Method
Returns dataset with all subscription templates.

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

Parameters

siteId
Type: System.Int32
Site ID

Return Value

Type: InfoDataSet<EmailTemplateInfo>
See Also