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

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: IEnumerableINotification
Collection of Notifications that have given User as one of the recipients
See Also