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

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

Syntax

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

Parameters

notificationTypeId
Type: System..::..Int32
paramnotificationTypeIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationTypeAction(System.Int32,System.String)
name
Type: System..::..String
paramnameM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationTypeAction(System.Int32,System.String)

Return Value

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

Implements

INotificationsController..::..GetNotificationTypeAction(Int32, String)

See Also