Click or drag to resize

EmailNotificationGetNotificationByID Method

Returns email notification by its ID.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static EmailNotification GetNotificationByID(
	int notificationID
)

Parameters

notificationID
Type: SystemInt32
An ID of the email notification.

Return Value

Type: EmailNotification
Existing email notification or null (Nothing in Visual Basic) if the notification cannot be found.
See Also