Gets a Notification

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

Syntax

C#
IDataReader GetNotification(
	int notificationId
)
Visual Basic
Function GetNotification ( 
	notificationId As Integer
) As IDataReader

Parameters

notificationId
Type: System..::..Int32
Id of the Notification to get

Return Value

DataReader with the retrieved data

See Also