NotificationService.GetUnread Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
GetUnread(Nullable, NotificationQuery)
Gets the unread notifications for a user. The notifications are sorted with the most recent notification first.
public static NotificationSearchResult GetUnread(int? userId = default(int? ), NotificationQuery query = null)
Parameters
- user
Id - System.Nullable{System.Int32}
- query
- NotificationQuery