INotificationServiceGetNotificationInfosForCaller Method

Gets basic information about the notifications associated with the caller's account.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
IList<NotificationInfo> GetNotificationInfosForCaller()

Return Value

IListNotificationInfo
The list of notifications.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also