Table of Contents

Class RemindersOptions

Namespace
The.WPF.Sidebars.Reminders
Assembly
Instagile.WPF.dll
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

bool

SidebarTitle

The sidebar's display title.

public string SidebarTitle { get; set; }

Property Value

string

SortAlphabetically

If true, the reminders will be sorted alphabetically instead of in the order they were provided.

public bool SortAlphabetically { get; set; }

Property Value

bool

Store

A custom reminder store used to poll counts.

public IReminderStore? Store { get; set; }

Property Value

IReminderStore

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; }

Property Value

TimeSpan