Creates a new notification type.

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

Syntax

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

Parameters

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

See Also