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 (25.3.0.1000)
SyntaxNotificationInfo 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