 | EventPanelReminderExists Method |
Check if a reminder exists on task in the 'Tasks/Coordinators' tab.
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 ReminderExists(
string taskName,
string reminderTitle
)
Public Shared Function ReminderExists (
taskName As String,
reminderTitle As String
) As Boolean
public:
static bool ReminderExists(
String^ taskName,
String^ reminderTitle
)
Parameters
- taskName
- Type: SystemString
The name of task to check for the reminder on. - reminderTitle
- Type: SystemString
The complete title of the reminder to check for.
Return Value
Type:
BooleanTrue if the reminder exists on the task, false otherwise.
See Also