Deletes an existing notification type.

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

Syntax

C#
void DeleteNotificationType(
	int notificationTypeId
)
Visual Basic
Sub DeleteNotificationType ( 
	notificationTypeId As Integer
)

Parameters

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

See Also