 | ConstituentPanelNotificationExists Method |
Check if a Notification exists for the provided Note.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool NotificationExists(
string noteTitle
)
Public Shared Function NotificationExists (
noteTitle As String
) As Boolean
public:
static bool NotificationExists(
String^ noteTitle
)
Parameters
- noteTitle
- Type: SystemString
The 'Title' of the Note.
Return Value
Type:
BooleanTrue if the notification exists, false otherwise.
See Also