Click or drag to resize

EmailNotificationExists Method (String, IEnumerableInt32)

Returns value indicating whether there is an existant email notification with specified name.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static bool Exists(
	string name,
	IEnumerable<int> filter
)

Parameters

name
Type: SystemString
Email notification name.
filter
Type: System.Collections.GenericIEnumerableInt32
A list of email notification IDs representing notifications that should be excluded from the search.

Return Value

Type: Boolean
Value indicating whether email notification with the given name exists.
See Also