Click or drag to resize

AnalyticsVisitProfileNotificationArgs Class

Provides information about the visit's profile.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.ExtensibilityCancelableNotificationArgs
      Dynamicweb.Analytics.NotificationsAnalyticsVisitProfileNotificationArgs

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

The AnalyticsVisitProfileNotificationArgs type exposes the following members.

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