Deletes an existing Notification Type

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

Syntax

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

Parameters

notificationTypeId
Type: System..::..Int32
Id of the Notification Type to delete

See Also