Click or drag to resize
EventPanelReminderExists Method
Check if a reminder exists on task in the 'Tasks/Coordinators' tab.

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 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: Boolean
True if the reminder exists on the task, false otherwise.
See Also