Click or drag to resize
NotificationTemplateInfoProviderGetNotificationTemplateInfo Method (String, Int32)
Returns the site related notification template.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public static NotificationTemplateInfo GetNotificationTemplateInfo(
	string notificationTemplateName,
	int siteId
)

Parameters

notificationTemplateName
Type: SystemString
Notification template name
siteId
Type: SystemInt32
Template site ID. User zero to get global template

Return Value

Type: NotificationTemplateInfo
See Also