INotificationServiceGetNotificationsForAccount Method

Gets 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 (10.0.0.1002)
Syntax
IList<Notification> GetNotificationsForAccount(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account identifier.

Return Value

Type: IListNotification
The list of notifications.
Exceptions
ExceptionCondition
ArgumentExceptionaccountId is Empty.
NoPrivilegeExceptionThe caller does not have permission to access the specified notifications.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
Note Note
For performance reasons, the detailed content is not included in notifications objects returned by this method.
See Also