Deletes an existing notification type action.

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

Syntax

C#
void DeleteNotificationTypeAction(
	int notificationTypeActionId
)
Visual Basic
Sub DeleteNotificationTypeAction ( 
	notificationTypeActionId As Integer
)

Parameters

notificationTypeActionId
Type: System..::..Int32
The notification type action identifier.

See Also