Mark a Toast ready for sending

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

Syntax

C#
void MarkReadyForToast(
	Notification notification,
	UserInfo userInfo
)
Visual Basic
Sub MarkReadyForToast ( 
	notification As Notification,
	userInfo As UserInfo
)

Parameters

notification
Type: DotNetNuke.Services.Social.Notifications..::..Notification
The notification Object
userInfo
Type: DotNetNuke.Entities.Users..::..UserInfo
The Recipient User Info Object

See Also