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 (24.3.0.1000)
Syntax Notification 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 See Also