INotificationServiceGetNotification(Guid, Boolean) Method |
Gets 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)
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 Guid
- The notification identifier.
- skipContent Boolean
- Specifies whether the notification content should be loaded.
Return Value
NotificationThe notification.
Exceptions
See Also