INotificationServiceGetNotificationInfosForAccount Method  | 
 
            Gets basic information about the notifications associated with the specified account.
            
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIList<NotificationInfo> GetNotificationInfosForAccount(
	Guid accountId
)
Function GetNotificationInfosForAccount ( 
	accountId As Guid
) As IList(Of NotificationInfo)
IList<NotificationInfo^>^ GetNotificationInfosForAccount(
	Guid accountId
)
abstract GetNotificationInfosForAccount : 
        accountId : Guid -> IList<NotificationInfo> 
Parameters
- accountId
 - Type: SystemGuid
The account ID. 
Return Value
Type: 
IListNotificationInfoThe list of notifications.
Exceptions
See Also