INotificationServiceGetNotificationInfosForCaller Method |
Gets basic information about the notifications associated with the caller's account.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIList<NotificationInfo> GetNotificationInfosForCaller()
Function GetNotificationInfosForCaller As IList(Of NotificationInfo)
IList<NotificationInfo^>^ GetNotificationInfosForCaller()
abstract GetNotificationInfosForCaller : unit -> IList<NotificationInfo>
Return Value
IListNotificationInfoThe list of notifications.
Exceptions
See Also