summaryM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationByContext(System.Int32,System.String)

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

Syntax

C#
public virtual IList<Notification> GetNotificationByContext(
	int notificationTypeId,
	string context
)
Visual Basic
Public Overridable Function GetNotificationByContext ( 
	notificationTypeId As Integer,
	context As String
) As IList(Of Notification)

Parameters

notificationTypeId
Type: System..::..Int32
paramnotificationTypeIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationByContext(System.Int32,System.String)
context
Type: System..::..String
paramcontextM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationByContext(System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationByContext(System.Int32,System.String)

Implements

INotificationsController..::..GetNotificationByContext(Int32, String)

See Also