Gets a notification type action by notification type and name.

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

Syntax

C#
NotificationTypeAction GetNotificationTypeAction(
	int notificationTypeId,
	string name
)
Visual Basic
Function GetNotificationTypeAction ( 
	notificationTypeId As Integer,
	name As String
) As NotificationTypeAction

Parameters

notificationTypeId
Type: System..::..Int32
The notification type identifier.
name
Type: System..::..String
The notification type action name.

Return Value

The notification type action with the provided notification type and name.

See Also