Gets all the Notification Type Action of a Notification Type

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

Syntax

C#
IDataReader GetNotificationTypeActions(
	int notificationTypeId
)
Visual Basic
Function GetNotificationTypeActions ( 
	notificationTypeId As Integer
) As IDataReader

Parameters

notificationTypeId
Type: System..::..Int32
Id of the Notification Type from which we want to get the associated Notification Type Actions

Return Value

DataReader with the retrieved data

See Also