A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface INotificationProviderStatus

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

Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 11.20.7
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