Gets a notification type by identifier.

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

Syntax

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

Parameters

notificationTypeId
Type: System..::..Int32
The notification type identifier.

Return Value

The notification type with the provided identifier.

See Also