NotificationTemplateInfoProviderGetNotificationTemplateInfo Method (String, Int32) |
Returns the site related notification template.
Namespace: CMS.NotificationsAssembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax 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:
NotificationTemplateInfoSee Also