| 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
)
Public Sub New (
visitorIDs As IEnumerable(Of String),
state As String
)
Parameters
- visitorIDs
- Type: System.Collections.GenericIEnumerableString
A list of target visitor IDs. - state
- Type: SystemString
Target lead state.
Remarks See Also