Click or drag to resize
ConstituentPanelNotificationExists Method
Check if a Notification exists for the provided Note.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static bool NotificationExists(
	string noteTitle
)

Parameters

noteTitle
Type: SystemString
The 'Title' of the Note.

Return Value

Type: Boolean
True if the notification exists, false otherwise.
See Also