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

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

Syntax

C#
public virtual IList<Notification> GetNotifications(
	int userId,
	int portalId,
	int afterNotificationId,
	int numberOfRecords
)
Visual Basic
Public Overridable Function GetNotifications ( 
	userId As Integer,
	portalId As Integer,
	afterNotificationId As Integer,
	numberOfRecords As Integer
) As IList(Of Notification)

Parameters

userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotifications(System.Int32,System.Int32,System.Int32,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotifications(System.Int32,System.Int32,System.Int32,System.Int32)
afterNotificationId
Type: System..::..Int32
paramafterNotificationIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotifications(System.Int32,System.Int32,System.Int32,System.Int32)
numberOfRecords
Type: System..::..Int32
paramnumberOfRecordsM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotifications(System.Int32,System.Int32,System.Int32,System.Int32)

Return Value

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

Implements

INotificationsController..::..GetNotifications(Int32, Int32, Int32, Int32)

See Also