Get a list of Toast Notifications that have not been delivered yet.

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

Syntax

C#
IDataReader GetToasts(
	int userId,
	int portalId
)
Visual Basic
Function GetToasts ( 
	userId As Integer,
	portalId As Integer
) As IDataReader

Parameters

userId
Type: System..::..Int32
Id of the user from who we want to know which Toast Notifications have not been delivered yet.
portalId
Type: System..::..Int32
Portal Id of the user

Return Value

DataReader with the retrieved data

See Also