Click or drag to resize

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.6.492
Syntax
IEnumerable<INotification> NotificationsForUser(
	IUser user,
	bool allEntries
)

Parameters

user  IUser
The recipient of the notifications to retrieve
allEntries  Boolean
Retrieve all entries, or just recent entries

Return Value

IEnumerableINotification
Collection of Notifications that have given User as one of the recipients
See Also