The INotificationsController type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CountNotifications |
Counts the notifications sent to the provided user in the specified portal.
|
![]() | CreateNotificationType |
Creates a new notification type.
|
![]() | DeleteAllNotificationRecipients |
Deletes all NotificationRecipient for the NotificationId.
|
![]() | DeleteNotification |
Deletes an existing notification.
|
![]() | DeleteNotificationRecipient(Int32, Int32) |
Deletes an individual notification recipient.
|
![]() | DeleteNotificationRecipient(Int32, String, Int32) |
Deletes an individual notification recipient based on NotificationTypeId, Context and UserId.
|
![]() | DeleteNotificationType |
Deletes an existing notification type.
|
![]() | DeleteNotificationTypeAction |
Deletes an existing notification type action.
|
![]() | DeleteUserNotifications |
Deletes all user notifications in a specific portal.
|
![]() | GetNotification |
Get a Notification
|
![]() | GetNotificationByContext |
Get a Notification by NotificationTypeId and Context
|
![]() | GetNotifications |
Gets a list of notifications sent to the provided user in the specified portal.
|
![]() | GetNotificationType(Int32) |
Gets a notification type by identifier.
|
![]() | GetNotificationType(String) |
Gets a notification type by name.
|
![]() | GetNotificationTypeAction(Int32) |
Gets a notification type action by identifier.
|
![]() | GetNotificationTypeAction(Int32, String) |
Gets a notification type action by notification type and name.
|
![]() | GetNotificationTypeActions |
Gets the list of notification type actions for the provided notification type.
|
![]() | GetToasts |
Get a list of Toasts that have not been delivered yet.
|
![]() | IsToastPending |
Is there a Toast that needs to be sent for a Notification
|
![]() | MarkReadyForToast |
Mark a Toast ready for sending
|
![]() | MarkToastSent |
Mark Toast being already sent
|
![]() | SendNotification |
Creates a new notification and sets is sender as the portal administrator.
|
![]() | SetNotificationTypeActions |
Set the actions for a NotificationType
|