summaryM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetToasts(DotNetNuke.Entities.Users.UserInfo)

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

Syntax

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

Parameters

userInfo
Type: DotNetNuke.Entities.Users..::..UserInfo
paramuserInfoM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetToasts(DotNetNuke.Entities.Users.UserInfo)

Return Value

returnsM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetToasts(DotNetNuke.Entities.Users.UserInfo)

Implements

INotificationsController..::..GetToasts(UserInfo)

See Also