INotificationServiceGetNotificationInfo Method |
Gets basic information about 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 NotificationInfo GetNotificationInfo(
Guid notificationId
)
Function GetNotificationInfo (
notificationId As Guid
) As NotificationInfo
NotificationInfo^ GetNotificationInfo(
Guid notificationId
)
abstract GetNotificationInfo :
notificationId : Guid -> NotificationInfo
Parameters
- notificationId
- Type: SystemGuid
The notification identifier.
Return Value
Type:
NotificationInfoThe notification.
Exceptions See Also