Gets a Notification Type

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

Syntax

C#
IDataReader GetNotificationTypeByName(
	string name
)
Visual Basic
Function GetNotificationTypeByName ( 
	name As String
) As IDataReader

Parameters

name
Type: System..::..String
Name of the Notification Type to get

Return Value

IDataReader with the retrieved data

See Also