NotificationTemplateInfoProviderGetNotificationTemplateInfo Method (String, Int32) |
Returns the site related notification template.
Namespace: CMS.Notifications.Web.UIAssembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 11.0.0
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