| 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
)
Public Shared Function GetNotification (
settings As EmailNotification
) As ReturningVisitorNotification
Parameters
- settings
- Type: Dynamicweb.Analytics.NotificationsEmailNotification
Notification settings.
Return Value
Type:
ReturningVisitorNotificationExisting notification or null (Nothing in Visual Basic) if the notification cannot be found.
Exceptions See Also