Click or drag to resize
CMSNotificationSubscriptionNotificationTemplateName Property
Gets or sets the notification template name in following format: [sitename].[templatename] for site specific template, [templatename] for global template.

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string NotificationTemplateName { get; set; }

Property Value

Type: String
See Also