Click or drag to resize
NotificationTemplateInfoProviderGetNotificationTemplateInfo Method (Int32)
Returns the notification template info structure for the specified notification template.

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

Parameters

notificationTemplateId
Type: SystemInt32
Notification template ID

Return Value

Type: NotificationTemplateInfo
See Also