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

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

Syntax

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

Parameters

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

Implements

INotificationsController..::..MarkToastSent(Int32, Int32)

See Also