Click or drag to resize

AnalyticsVisitEngagementNotificationArgs Class

Provides information about the visit's engagement index.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.ExtensibilityCancelableNotificationArgs
      Dynamicweb.Analytics.NotificationsAnalyticsVisitEngagementNotificationArgs

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class VisitEngagementNotificationArgs : CancelableNotificationArgs, 
	AnalyticsIVisitNotificationArgs

The AnalyticsVisitEngagementNotificationArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCancel (Inherited from CancelableNotificationArgs.)
Public propertyEngagement
Gets or sets the corresponding engagement index.
Public propertyVisit
Gets or sets the reference to the corresponding visit.
Top
See Also