Deletes all NotificationRecipient for the NotificationId.

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

Syntax

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

Parameters

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

Remarks

It also deletes the notification.

See Also