INotificationManagerRecentNotificationsCount Property
|
Gets/sets the number of recent notifications to return. Default is 5.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax int RecentNotificationsCount { get; set; }
Property RecentNotificationsCount As Integer
Get
Set
property int RecentNotificationsCount {
int get ();
void set (int value);
}
abstract RecentNotificationsCount : int with get, set
Property Value
Type:
Int32Remarks The value of this property is based on the settings value of "Notifications/RecentCount".
See Also