Class RemindersOptions
public sealed class RemindersOptions
- Inheritance
-
RemindersOptions
- Inherited Members
Properties
OpenSearchScreens
If true, the reminder link will open a Search screen instead of a List screen.
public bool OpenSearchScreens { get; set; }
Property Value
SidebarTitle
The sidebar's display title.
public string SidebarTitle { get; set; }
Property Value
SortAlphabetically
If true, the reminders will be sorted alphabetically instead of in the order they were provided.
public bool SortAlphabetically { get; set; }
Property Value
Store
A custom reminder store used to poll counts.
public IReminderStore? Store { get; set; }
Property Value
Remarks
The default is RemoteReminderStore when an endpoint is registered, LocalReminderStore otherwise.
UpdateFrequency
The interval at which to poll for updates.
public TimeSpan UpdateFrequency { get; set; }