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

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

Syntax

C#
public virtual void DeleteNotificationRecipient(
	int notificationTypeId,
	string context,
	int userId
)
Visual Basic
Public Overridable Sub DeleteNotificationRecipient ( 
	notificationTypeId As Integer,
	context As String,
	userId As Integer
)

Parameters

notificationTypeId
Type: System..::..Int32
paramnotificationTypeIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.DeleteNotificationRecipient(System.Int32,System.String,System.Int32)
context
Type: System..::..String
paramcontextM:DotNetNuke.Services.Social.Notifications.NotificationsController.DeleteNotificationRecipient(System.Int32,System.String,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.DeleteNotificationRecipient(System.Int32,System.String,System.Int32)

Implements

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

See Also