INotificationServiceGetNotification(Guid, Boolean) Method

Gets a notification by its identifier.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Notification GetNotification(
	Guid notificationId,
	bool skipContent
)

Parameters

notificationId  Guid
The notification identifier.
skipContent  Boolean
Specifies whether the notification content should be loaded.

Return Value

Notification
The notification.
Exceptions
ExceptionCondition
ArgumentExceptionnotificationId is Empty.
NotFoundExceptionThe notification referenced by notificationId could not be found.
NoPrivilegeExceptionThe caller does not have permission to access the specified notification.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also