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

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

Syntax

C#
public virtual NotificationTypeAction GetNotificationTypeAction(
	int notificationTypeActionId
)
Visual Basic
Public Overridable Function GetNotificationTypeAction ( 
	notificationTypeActionId As Integer
) As NotificationTypeAction

Parameters

notificationTypeActionId
Type: System..::..Int32
paramnotificationTypeActionIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationTypeAction(System.Int32)

Return Value

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

Implements

INotificationsController..::..GetNotificationTypeAction(Int32)

See Also