Click or drag to resize

ReturningVisitorNotificationGetNotification Method

Returns the existing notification that is specified by the settings object.

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

Parameters

settings
Type: Dynamicweb.Analytics.NotificationsEmailNotification
Notification settings.

Return Value

Type: ReturningVisitorNotification
Existing notification or null (Nothing in Visual Basic) if the notification cannot be found.
Exceptions
ExceptionCondition
ArgumentExceptionsettings is null.
See Also