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

Parameters

notificationTemplateId
Type: SystemInt32
Notification template ID

Return Value

Type: NotificationTemplateInfo
See Also