Click or drag to resize
NotificationTemplateInfoProviderGetNotificationTemplateInfo Method (String)
Returns the global notification template.

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

Parameters

notificationTemplateName
Type: SystemString
Notification template name

Return Value

Type: NotificationTemplateInfo
See Also