Interface INotificationProviderStatus
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. By applying to a INotificationProvider implementation, gives the possibility to disable a provider
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 9.12.2Syntax
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 |