Gets a Notification Type Action

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

Syntax

C#
IDataReader GetNotificationTypeActionByName(
	int notificationTypeId,
	string name
)
Visual Basic
Function GetNotificationTypeActionByName ( 
	notificationTypeId As Integer,
	name As String
) As IDataReader

Parameters

notificationTypeId
Type: System..::..Int32
Id of the Notification Type to which the Notification Type Action is associated
name
Type: System..::..String
Name of the Notification Type Action

Return Value

DataReader with the retrieved data

See Also