INotificationServiceGetNotification Method (Guid, Boolean) | 
 
            Gets 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)
SyntaxNotification GetNotification(
	Guid notificationId,
	bool skipContent
)
Function GetNotification ( 
	notificationId As Guid,
	skipContent As Boolean
) As Notification
Notification^ GetNotification(
	Guid notificationId, 
	bool skipContent
)
abstract GetNotification : 
        notificationId : Guid * 
        skipContent : bool -> Notification 
Parameters
- notificationId
 - Type: SystemGuid
The notification identifier. - skipContent
 - Type: SystemBoolean
Specifies whether the notification content should be loaded. 
Return Value
Type: 
NotificationThe notification.
Exceptions
See Also