summaryM:DotNetNuke.Services.Social.Notifications.NotificationsController.CreateNotificationType(DotNetNuke.Services.Social.Notifications.NotificationType)

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

Syntax

C#
public void CreateNotificationType(
	NotificationType notificationType
)
Visual Basic
Public Sub CreateNotificationType ( 
	notificationType As NotificationType
)

Parameters

notificationType
Type: DotNetNuke.Services.Social.Notifications..::..NotificationType
paramnotificationTypeM:DotNetNuke.Services.Social.Notifications.NotificationsController.CreateNotificationType(DotNetNuke.Services.Social.Notifications.NotificationType)

Implements

INotificationsController..::..CreateNotificationType(NotificationType)

See Also