summaryM:DotNetNuke.Services.Social.Notifications.NotificationsController.DeleteAllNotificationRecipients(System.Int32)

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

Syntax

C#
public virtual void DeleteAllNotificationRecipients(
	int notificationId
)
Visual Basic
Public Overridable Sub DeleteAllNotificationRecipients ( 
	notificationId As Integer
)

Parameters

notificationId
Type: System..::..Int32
paramnotificationIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.DeleteAllNotificationRecipients(System.Int32)

Implements

INotificationsController..::..DeleteAllNotificationRecipients(Int32)

See Also