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.5.94
Syntax
IEnumerable<INotification> Notifications(
	out int c,
	int startIndex = 0,
	int pageSize = 128
)

Parameters

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

Return Value

Type: IEnumerableINotification

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

See Also