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

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

Syntax

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

Parameters

notificationId
Type: System..::..Int32
paramnotificationIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.DeleteNotificationRecipient(System.Int32,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.DeleteNotificationRecipient(System.Int32,System.Int32)

Implements

INotificationsController..::..DeleteNotificationRecipient(Int32, Int32)

See Also