summaryM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationType(System.String)

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

Syntax

C#
public virtual NotificationType GetNotificationType(
	string name
)
Visual Basic
Public Overridable Function GetNotificationType ( 
	name As String
) As NotificationType

Parameters

name
Type: System..::..String
paramnameM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationType(System.String)

Return Value

returnsM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationType(System.String)

Implements

INotificationsController..::..GetNotificationType(String)

See Also