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

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

Syntax

C#
public Notification GetNotification(
	int notificationId
)
Visual Basic
Public Function GetNotification ( 
	notificationId As Integer
) As Notification

Parameters

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

Return Value

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

Implements

INotificationsController..::..GetNotification(Int32)

See Also