INotificationServiceGetNotificationInfo Method |
Gets basic information about a notification by its identifier.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxNotificationInfo GetNotificationInfo(
Guid notificationId
)
Function GetNotificationInfo (
notificationId As Guid
) As NotificationInfo
NotificationInfo^ GetNotificationInfo(
Guid notificationId
)
abstract GetNotificationInfo :
notificationId : Guid -> NotificationInfo Parameters
- notificationId Guid
- The notification identifier.
Return Value
NotificationInfoThe notification.
Exceptions
See Also