| EmailNotificationGetNotifications Method |
Returns all available email notifications.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static IEnumerable<EmailNotification> GetNotifications(
string type
)
Public Shared Function GetNotifications (
type As String
) As IEnumerable(Of EmailNotification)
Parameters
- type
- Type: SystemString
Type of the notification.
Return Value
Type:
IEnumerableEmailNotificationAll available email notifications.
See Also