Click or drag to resize

AnalyticsLeadStateChangeNotificationArgs Constructor (IEnumerableString, String)

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,
	string state
)

Parameters

visitorIDs
Type: System.Collections.GenericIEnumerableString
A list of target visitor IDs.
state
Type: SystemString
Target lead state.
Remarks