Is there a Toast that needs to be sent for a Notification

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

Syntax

C#
bool IsToastPending(
	int notificationId
)
Visual Basic
Function IsToastPending ( 
	notificationId As Integer
) As Boolean

Parameters

notificationId
Type: System..::..Int32
The Notification Id

Return Value

True if Toast needs to be sent. False otherwise.

See Also