Get a list of Toasts that have not been delivered yet.

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

Syntax

C#
IList<Notification> GetToasts(
	UserInfo userInfo
)
Visual Basic
Function GetToasts ( 
	userInfo As UserInfo
) As IList(Of Notification)

Parameters

userInfo
Type: DotNetNuke.Entities.Users..::..UserInfo
UserInfo object

Return Value

List of Undelivered Toasts for the user specific to the portal

See Also