Click or drag to resize

AnalyticsShopItemNotificationArgs Class

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

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

The AnalyticsShopItemNotificationArgs type exposes the following members.

Constructors
  NameDescription
Public methodAnalyticsShopItemNotificationArgs
Initializes a new instance of the AnalyticsShopItemNotificationArgs class
Top
Properties
  NameDescription
Public propertyCancel (Inherited from CancelableNotificationArgs.)
Public propertyShopItemIdentity
Gets or sets the current ShopItemIdentity.
Public propertyVisit
Gets or sets the reference to the corresponding visit.
Top
See Also