Gets a Notification Type Action

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

Syntax

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

Parameters

notificationTypeActionId
Type: System..::..Int32
Id of the Notification Type Action to get

Return Value

DataReader with the retrieved data

See Also