Click or drag to resize

INotificationProfile Interface

Represents a contract for notification profiles.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public interface INotificationProfile

The INotificationProfile type exposes the following members.

Properties
  NameDescription
Public propertySender
Gets or sets the identifier of the notification sender.
Public propertyTemplate
Gets or sets the absolute virtual path to the template used for generating notifications.
Top
Methods
  NameDescription
Public methodGetDispatchService
Returns a reference to a service that will be used to dispatch notifications associated with this profile.
Top
See Also