Click or drag to resize

INotificationManagerNotifications Method


Retrieves collection of notifications

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<INotification> Notifications(
	out int c,
	int startIndex = 0,
	int pageSize = 128
)

Parameters

c  Int32
Output count of notifications
startIndex  Int32  (Optional)
Starting index of entries. If not provided, starts from the first entry.
pageSize  Int32  (Optional)
Number of entries to return. If not provided, returns all entries.

Return Value

IEnumerableINotification

[Missing <returns> documentation for "M:Ingeniux.CMS.INotificationManager.Notifications(System.Int32@,System.Int32,System.Int32)"]

See Also