| EmailNotificationExists Method (String, Int32) |
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,
int filter
)
Public Shared Function Exists (
name As String,
filter As Integer
) As Boolean
Parameters
- name
- Type: SystemString
Email notification name. - filter
- Type: SystemInt32
An ID of the email notification representing a notification that should be excluded from the search.
Return Value
Type:
BooleanValue indicating whether email notification with the given name exists.
See Also