Click or drag to resize

NotificationDispatchResult Class

Represents a notification dispatch result.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.NotificationsNotificationDispatchResult

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class NotificationDispatchResult

The NotificationDispatchResult type exposes the following members.

Constructors
  NameDescription
Public methodNotificationDispatchResult
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyIsSuccess
Gets or sets value indicating whether notification has been dispatched successfully.
Public propertyMessage
Gets or sets the optional text message associated with this result.
Public propertyNotification
Gets the reference to notification that is being dispatched.
Top
See Also