Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

NotificationsOptions Members

Contains options that you can use to configure the Notifications Module.

Constructors

Name Description
NotificationsOptions() Initializes a new instance of the NotificationsOptions class.

Properties

Name Description
CanAccessPostponedItems Specifies if the ShowNotifications Action remains enabled when there are postponed notifications and no active notifications.
NotificationsRefreshInterval Specifies the amount of time between successive refreshes of the notifications.
NotificationsStartDelay Specifies the delay from the application start to the initial Reminders Window display.
ShowDismissAllAction Specifies whether or not the DismissAll Action is active in the Reminders Window.
ShowNotificationsWindow Specifies if the Reminders Window is displayed automatically or a user should invoke it manually.
ShowRefreshAction Specifies whether or not the Refresh Action is active in the Reminders Window.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also