Mark a Toast ready for sending

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

Syntax

C#
void MarkReadyForToast(
	int notificationId,
	int userId
)
Visual Basic
Sub MarkReadyForToast ( 
	notificationId As Integer,
	userId As Integer
)

Parameters

notificationId
Type: System..::..Int32
The notification Id
userId
Type: System..::..Int32
The Recipient User Id

See Also