Click or drag to resize

AnalyticsEmailSendNotificationArgs Constructor (EmailNotification, IEnumerableVisitorInfo)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public EmailSendNotificationArgs(
	EmailNotification notification,
	IEnumerable<VisitorInfo> visitors
)

Parameters

notification
Type: Dynamicweb.Analytics.NotificationsEmailNotification
Corresponding email notification.
visitors
Type: System.Collections.GenericIEnumerableVisitorInfo
The list of visitors that are the subject of this email notification.
See Also