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