INotificationServiceGetNotificationsForCaller Method  | 
 
            Gets 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 (25.3.0.1000)
SyntaxIList<Notification> GetNotificationsForCaller()
Function GetNotificationsForCaller As IList(Of Notification)
IList<Notification^>^ GetNotificationsForCaller()
abstract GetNotificationsForCaller : unit -> IList<Notification> 
Return Value
Type: 
IListNotificationThe list of notifications.
Exceptions
Remarks  Note | 
|---|
| For performance reasons, the detailed content is not included in notifications objects returned by this method. | 
See Also