Click or drag to resize
NotificationTemplateInfoProviderGetNotificationTemplateInfoInternal 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#
protected virtual NotificationTemplateInfo GetNotificationTemplateInfoInternal(
	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