Click or drag to resize

AnalyticsLeadStateChangeNotificationArgs Constructor (IEnumerableString, LeadState)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public LeadStateChangeNotificationArgs(
	IEnumerable<string> visitorIDs,
	LeadState standardState
)

Parameters

visitorIDs
Type: System.Collections.GenericIEnumerableString
A list of target visitor IDs.
standardState
Type: Dynamicweb.Analytics.LeadsLeadState
Target standard lead state.
Remarks