Class UserNotificationRepositoryExtensions
Inheritance
System.Object
UserNotificationRepositoryExtensions
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public static class UserNotificationRepositoryExtensions : Object
Methods
GetUserNotificationAsync(IUserNotificationRepository, INotificationUser, Int32)
Gets a single unformatted User
Declaration
public static Task<UserNotificationMessage> GetUserNotificationAsync(this IUserNotificationRepository repository, INotificationUser user, int notificationId)
Parameters
Type | Name | Description |
---|---|---|
IUser |
repository | The usernotification repository that is being extended |
INotification |
user | The recipient of the message. |
System. |
notificationId | The id of the message. |
Returns
Type | Description |
---|---|
System. |
A message. |
GetUserNotificationsAsync(IUserNotificationRepository, UserNotificationsQuery, Int64, Int32)
Gets a paged list of unformatted messages for a user.
Declaration
public static Task<PagedUserNotificationMessageResult> GetUserNotificationsAsync(this IUserNotificationRepository repository, UserNotificationsQuery query, long startIndex, int maxRows)
Parameters
Type | Name | Description |
---|---|---|
IUser |
repository | The usernotification repository that is being extended |
User |
query | Query information |
System. |
startIndex | The start index, used for paging |
System. |
maxRows | The maximum number of rows returned |
Returns
Type | Description |
---|---|
System. |