 | TaskDialogSetReminders Method |
Set the reminders or the task. Always starts at the first row, replacing whatever
existing rows might exist.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void SetReminders(
Table reminders
)
Public Shared Sub SetReminders (
reminders As Table
)
public:
static void SetReminders(
Table^ reminders
)
Parameters
- reminders
- Type: Table
Table where each row represents a reminder to add.
A row is a mapping of the 'Reminders' grid's column captions to the row's values.
See Also