Gets a Notification

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

Syntax

C#
IDataReader GetNotificationByContext(
	int notificationTypeId,
	string context
)
Visual Basic
Function GetNotificationByContext ( 
	notificationTypeId As Integer,
	context As String
) As IDataReader

Parameters

notificationTypeId
Type: System..::..Int32
Id of the Noticationb type of the Notification
context
Type: System..::..String
Context of the Notification to get

Return Value

DataReader with the retrieved data

See Also