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

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

Syntax

C#
public virtual NotificationType GetNotificationType(
	int notificationTypeId
)
Visual Basic
Public Overridable Function GetNotificationType ( 
	notificationTypeId As Integer
) As NotificationType

Parameters

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

Return Value

returnsM:DotNetNuke.Services.Social.Notifications.NotificationsController.GetNotificationType(System.Int32)

Implements

INotificationsController..::..GetNotificationType(Int32)

See Also