INotificationServiceDelete Method

Deletes the specified notification.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
void Delete(
	Guid notificationId
)

Parameters

notificationId  Guid
The notification identifier.
Exceptions
ExceptionCondition
ArgumentExceptionnotificationId is Empty.
NoPrivilegeExceptionThe caller does not have permission to delete the specified notification.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also