Gets a Notification Type

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

Syntax

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

Parameters

notificationTypeId
Type: System..::..Int32
If of the Notification Type to get

Return Value

IDataReader with the retrieved data

See Also