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

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

Syntax

C#
public virtual void DeleteNotificationType(
	int notificationTypeId
)
Visual Basic
Public Overridable Sub DeleteNotificationType ( 
	notificationTypeId As Integer
)

Parameters

notificationTypeId
Type: System..::..Int32
paramnotificationTypeIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.DeleteNotificationType(System.Int32)

Implements

INotificationsController..::..DeleteNotificationType(Int32)

See Also