INotificationServiceGetNotificationInfosForAccount Method |
Gets basic information about the notifications associated with the specified account.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The account ID.
Return Value
IListNotificationInfoThe list of notifications.
Exceptions
See Also