Gets a notification type by name.

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

Syntax

C#
NotificationType GetNotificationType(
	string name
)
Visual Basic
Function GetNotificationType ( 
	name As String
) As NotificationType

Parameters

name
Type: System..::..String
The notification type name.

Return Value

The notification type with the provided name.

See Also