Interface INotificationProviderStatus
By applying to a INotificationProvider implementation, gives the possibility to disable a provider
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface INotificationProviderStatusProperties
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 | 
