IUserNotifications Method
|
Gets the collection Notifications issued to this User.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<INotification> Notifications()
Function Notifications As IEnumerable(Of INotification)
IEnumerable<INotification^>^ Notifications()
abstract Notifications : unit -> IEnumerable<INotification>
Return Value
Type:
IEnumerableINotification[Missing <returns> documentation for "M:Ingeniux.CMS.IUser.Notifications"]
See Also