INotificationManagerNotificationsForUser Method
|
Retrieves collection of notifications for given user, either by specifies count, or all.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<INotification> NotificationsForUser(
IUser user,
bool allEntries
)
Function NotificationsForUser (
user As IUser,
allEntries As Boolean
) As IEnumerable(Of INotification)
IEnumerable<INotification^>^ NotificationsForUser(
IUser^ user,
bool allEntries
)
abstract NotificationsForUser :
user : IUser *
allEntries : bool -> IEnumerable<INotification>
Parameters
- user
- Type: Ingeniux.CMSIUser
The recipient of the notifications to retrieve - allEntries
- Type: SystemBoolean
Retrieve all entries, or just recent entries
Return Value
Type:
IEnumerableINotificationCollection of
Notifications that have given
User as one of the recipients
See Also