INotificationServiceGetNotification Method (Guid) |
Gets a notification by its identifier.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxNotification GetNotification(
Guid notificationId
)
Function GetNotification (
notificationId As Guid
) As Notification
Notification^ GetNotification(
Guid notificationId
)
abstract GetNotification :
notificationId : Guid -> Notification
Parameters
- notificationId
- Type: SystemGuid
The notification identifier.
Return Value
Type:
NotificationThe notification.
Exceptions| Exception | Condition |
|---|
| ArgumentException | notificationId is Empty. |
| NotFoundException | The notification referenced by notificationId could not be found. |
| NoPrivilegeException | The caller does not have permission to access the specified notification. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also