Click or drag to resize

AnalyticsSplitTestEmailSendNotificationArgs Class

Provides information about report email notifications that are being sent.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.ExtensibilityCancelableNotificationArgs
      Dynamicweb.Analytics.NotificationsAnalyticsSplitTestEmailSendNotificationArgs

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class SplitTestEmailSendNotificationArgs : CancelableNotificationArgs

The AnalyticsSplitTestEmailSendNotificationArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCancel (Inherited from CancelableNotificationArgs.)
Public propertyNotification
Gets or sets the corresponding email notification.
Public propertyReports
Gets or sets the collection of reports that were exported.
Public propertyService
Gets or sets the service that will be used to dispatch notifications.
Top
See Also