Click or drag to resize

AnalyticsContentItemsNotificationArgs Class

Provides information about current shop item.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.ExtensibilityCancelableNotificationArgs
      Dynamicweb.Analytics.NotificationsAnalyticsContentItemsNotificationArgs

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

The AnalyticsContentItemsNotificationArgs type exposes the following members.

Constructors
  NameDescription
Public methodAnalyticsContentItemsNotificationArgs
Initializes a new instance of the AnalyticsContentItemsNotificationArgs class
Top
Properties
  NameDescription
Public propertyCancel (Inherited from CancelableNotificationArgs.)
Public propertyContentItems
Gets or sets the content items.
Public propertyVisit
Gets or sets the reference to the corresponding visit.
Top
See Also