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

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

Syntax

C#
public void MarkReadyForToast(
	Notification notification,
	int userId
)
Visual Basic
Public Sub MarkReadyForToast ( 
	notification As Notification,
	userId As Integer
)

Parameters

notification
Type: DotNetNuke.Services.Social.Notifications..::..Notification
paramnotificationM:DotNetNuke.Services.Social.Notifications.NotificationsController.MarkReadyForToast(DotNetNuke.Services.Social.Notifications.Notification,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.MarkReadyForToast(DotNetNuke.Services.Social.Notifications.Notification,System.Int32)

See Also