Gets a notification type action by identifier.

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

Syntax

C#
NotificationTypeAction GetNotificationTypeAction(
	int notificationTypeActionId
)
Visual Basic
Function GetNotificationTypeAction ( 
	notificationTypeActionId As Integer
) As NotificationTypeAction

Parameters

notificationTypeActionId
Type: System..::..Int32
The notification type action identifier.

Return Value

The notification type action with the provided identifier.

See Also