Set the actions for a NotificationType

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

Syntax

C#
void SetNotificationTypeActions(
	IList<NotificationTypeAction> actions,
	int notificationTypeId
)
Visual Basic
Sub SetNotificationTypeActions ( 
	actions As IList(Of NotificationTypeAction),
	notificationTypeId As Integer
)

Parameters

actions
Type: System.Collections.Generic..::..IList<(Of <(<'NotificationTypeAction>)>)>
The actions
notificationTypeId
Type: System..::..Int32
Id of the notification type

See Also