Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class NotificationProviderResult

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The notification provider result.

Inheritance
System.Object
NotificationProviderResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Notification.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class NotificationProviderResult

Constructors

NotificationProviderResult(String)

Declaration
public NotificationProviderResult(string name)
Parameters
Type Name Description
System.String name

NotificationProviderResult(String, IEnumerable<String>)

Declaration
public NotificationProviderResult(string name, IEnumerable<string> errorMessages)
Parameters
Type Name Description
System.String name
System.Collections.Generic.IEnumerable<System.String> errorMessages

Fields

TotalFailedSentMessage

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The number of failed message for the provider.

Declaration
public int TotalFailedSentMessage
Field Value
Type Description
System.Int32

TotalSucceededSentMessage

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Number of succeeded message for the provider.

Declaration
public int TotalSucceededSentMessage
Field Value
Type Description
System.Int32

Properties

DisabledReason

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The reason that the provider is disabled

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

ErrorMessages

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The error messages.

Declaration
public IList<string> ErrorMessages { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

IsDisabled

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Whether or not the provider is disabled

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

Name

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The name of the provider.

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

Extension Methods