Gets the list of notification type actions for the provided notification type.

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

Syntax

C#
IList<NotificationTypeAction> GetNotificationTypeActions(
	int notificationTypeId
)
Visual Basic
Function GetNotificationTypeActions ( 
	notificationTypeId As Integer
) As IList(Of NotificationTypeAction)

Parameters

notificationTypeId
Type: System..::..Int32
The notification type identifier.

Return Value

An ordered list of notification type actions for the provided notification type.

See Also