Click or drag to resize

AnalyticsVisitTrackNotificationArgs Class

Provides information about the visit that is being tracked.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.ExtensibilityCancelableNotificationArgs
      Dynamicweb.Analytics.NotificationsAnalyticsVisitTrackNotificationArgs

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

The AnalyticsVisitTrackNotificationArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCancel (Inherited from CancelableNotificationArgs.)
Public propertyIsAsync
Gets the value indicating whether visit is being tracked using the asynchronous JavaScript call.
Public propertyVisit
Gets or sets the reference to the corresponding visit.
Top
See Also