Click or drag to resize

AnalyticsLeadStateChangeNotificationArgs Class

Provides information about lead state change.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Analytics.NotificationsAnalyticsLeadStateChangeNotificationArgs

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class LeadStateChangeNotificationArgs : NotificationArgs

The AnalyticsLeadStateChangeNotificationArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStandardState
Gets the standard lead state (if applicable).
Public propertyState
Gets the name of the target lead state.
Public propertyVisitorIDs
Gets the list of visitor IDs whose lead state is being changed.
Top
See Also