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 (24.2.0.1000)
Syntax
IList<NotificationInfo> GetNotificationInfosForAccount(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account ID.

Return Value

Type: IListNotificationInfo
The list of notifications.
Exceptions
ExceptionCondition
ArgumentExceptionaccountId is Empty.
NoPrivilegeExceptionThe caller does not have permission to access notifications for the specified account.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also