Click or drag to resize

AnalyticsEmailSendNotificationArgsVisitors Property

Gets or sets the list of visitors that are the subject of this email notification.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public IEnumerable<VisitorInfo> Visitors { get; set; }

Property Value

Type: IEnumerableVisitorInfo
See Also