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

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

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: InfoDataSetEmailTemplateInfo
See Also