Click or drag to resize

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
)

Parameters

type
Type: SystemString
Type of the notification.

Return Value

Type: IEnumerableEmailNotification
All available email notifications.
See Also