Deletes a Notification Type Action

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

Syntax

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

Parameters

notificationTypeActionId
Type: System..::..Int32
Id of the Notification Type Action to deleted

See Also