Click or drag to resize

ReturningVisitorNotification Class

Represents a returning visitor notification. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.NotificationsReturningVisitorNotification

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class ReturningVisitorNotification

The ReturningVisitorNotification type exposes the following members.

Properties
  NameDescription
Public propertySettings
Gets or sets email notification settings.
Public propertyVisitors
Gets the list of unique visitor identifiers that are subjects of this notification.
Top
Methods
  NameDescription
Public methodStatic memberClearCache
Clears the cache.
Public methodStatic memberCreate
Creates new notification (or returns existing) with specified settings.
Public methodDelete
Deletes the notification.
Public methodStatic memberGetNotification
Returns the existing notification that is specified by the settings object.
Public methodStatic memberGetNotifications
Returns all available notifications.
Public methodSave
Saves the notification.
Top
Fields
  NameDescription
Public fieldStatic memberType
Gets the type of the notification to be used.
Top
See Also