Deletes an existing notification.

Namespace: DotNetNuke.Services.Social.Notifications
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
void DeleteNotification(
	int notificationId
)
Visual Basic
Sub DeleteNotification ( 
	notificationId As Integer
)

Parameters

notificationId
Type: System..::..Int32
The notification identifier.

Remarks

It does not delete NotificationRecipient.

See Also