Whether a Toast Notification is pending or not

Namespace: DotNetNuke.Services.Social.Notifications.Data
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
Id of the Notification to check

Return Value

True if the Toast Notification is pending, False if it is not

See Also