| 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
)
Public Shared Function GetNotificationByID (
notificationID As Integer
) As EmailNotification
Parameters
- notificationID
- Type: SystemInt32
An ID of the email notification.
Return Value
Type:
EmailNotificationExisting email notification or null (Nothing in Visual Basic) if the notification cannot be found.
See Also