Interface INotificationEmailPlaceholdersByCodeName
- Namespace
- CMS.Notifications
- Assembly
- CMS.Notifications.dll
Represents the placeholders for a notification email represented by code name.
public interface INotificationEmailPlaceholdersByCodeName : INotificationPlaceholders
- Extension Methods
Properties
NotificationEmailName
Gets the code name of the notification email.
string NotificationEmailName { get; }
Property Value
- string