Table of Contents

Namespace CMS.Notifications

Classes

NotificationEmailEventType

Event type of the NotificationEmailEventType.

NotificationEmailInfo

Data container class for NotificationEmailInfo.

NotificationEmailPlaceholderConfigurationStore

Provides methods to store and retrieve notification email placeholder configurations.

NotificationEmailTemplateInfo

Data container class for NotificationEmailTemplateInfo.

NotificationEmailUserInfo

Data container class for NotificationEmailUserInfo.

PlaceholderDescriptionAttribute

Attribute that defines the description for a placeholder.

PlaceholderDisableHtmlEncodingAttribute

If this attribute is added to a notification placeholder property in a INotificationPlaceholders implementation, the placeholder's value is rendered as a raw string. Otherwise the value is HTML encoded by default.

PlaceholderRequiredAttribute

Attribute that defines whether a placeholder is required.

Interfaces

INotificationEmailMessageProvider

Provides methods for creating EmailMessage for notification emails.

INotificationEmailPlaceholdersByCodeName

Represents the placeholders for a notification email represented by code name.

INotificationEmailPlaceholdersByEventType

Represents the placeholders for a notification email represented by event type.

INotificationPlaceholders

Represents the placeholders for a notification email.