SaaS CMS has officially launched! Learn more now.

Class NotificationProviderResult

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
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class NotificationProviderResult

Constructors

NotificationProviderResult()

Declaration
public NotificationProviderResult()

Fields

TotalFailedSentMessage

The number of failed message for the provider.

Declaration
public int TotalFailedSentMessage
Field Value
Type Description
System.Int32

TotalSucceededSentMessage

Number of succeeded message for the provider.

Declaration
public int TotalSucceededSentMessage
Field Value
Type Description
System.Int32

Properties

ErrorMessages

The error messages.

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

Name

The name of provider.

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

Extension Methods