London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface INotificationProviderStatus

By applying to a INotificationProvider implementation, gives the possibility to disable a provider

Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface INotificationProviderStatus

Properties

DisabledReason

The reason that the provider is disabled

Declaration
string DisabledReason { get; }
Property Value
Type Description
System.String

IsDisabled

Specifies whether or not the provider is disabled

Declaration
bool IsDisabled { get; }
Property Value
Type Description
System.Boolean

Extension Methods