Click or drag to resize

ReturningVisitorNotificationCreate Method

Creates new notification (or returns existing) with specified settings.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static ReturningVisitorNotification Create(
	EmailNotification settings
)

Parameters

settings
Type: Dynamicweb.Analytics.NotificationsEmailNotification
Notification settings.

Return Value

Type: ReturningVisitorNotification
Either new or existing notification with specified settings.
Exceptions
ExceptionCondition
ArgumentExceptionsettings is null.
See Also