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

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

Syntax

C#
public virtual IList<NotificationTypeAction> GetNotificationTypeActions(
	int notificationTypeId
)
Visual Basic
Public Overridable Function GetNotificationTypeActions ( 
	notificationTypeId As Integer
) As IList(Of NotificationTypeAction)

Parameters

notificationTypeId
Type: System..::..Int32
paramnotificationTypeIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationTypeActions(System.Int32)

Return Value

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

Implements

INotificationsController..::..GetNotificationTypeActions(Int32)

See Also