summaryM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationByContext(System.Int32,System.String)
Namespace: DotNetNuke.Services.Social.NotificationsAssembly: 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)