summaryM:DotNetNuke.Services.Social.Notifications.NotificationsController.DeleteNotificationTypeAction(System.Int32)

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

Syntax

C#
public virtual void DeleteNotificationTypeAction(
	int notificationTypeActionId
)
Visual Basic
Public Overridable Sub DeleteNotificationTypeAction ( 
	notificationTypeActionId As Integer
)

Parameters

notificationTypeActionId
Type: System..::..Int32
paramnotificationTypeActionIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.DeleteNotificationTypeAction(System.Int32)

Implements

INotificationsController..::..DeleteNotificationTypeAction(Int32)

See Also