summaryM:DotNetNuke.Services.Social.Notifications.NotificationsController.IsToastPending(System.Int32)

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

Syntax

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

Parameters

notificationId
Type: System..::..Int32
paramnotificationIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.IsToastPending(System.Int32)

Return Value

returnsM:DotNetNuke.Services.Social.Notifications.NotificationsController.IsToastPending(System.Int32)

Implements

INotificationsController..::..IsToastPending(Int32)

See Also