summaryM:DotNetNuke.Services.Social.Notifications.NotificationsController.SetNotificationTypeActions(System.Collections.Generic.IList{DotNetNuke.Services.Social.Notifications.NotificationTypeAction},System.Int32)

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

Syntax

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

Parameters

actions
Type: System.Collections.Generic..::..IList<(Of <(<'NotificationTypeAction>)>)>
paramactionsM:DotNetNuke.Services.Social.Notifications.NotificationsController.SetNotificationTypeActions(System.Collections.Generic.IList{DotNetNuke.Services.Social.Notifications.NotificationTypeAction},System.Int32)
notificationTypeId
Type: System..::..Int32
paramnotificationTypeIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.SetNotificationTypeActions(System.Collections.Generic.IList{DotNetNuke.Services.Social.Notifications.NotificationTypeAction},System.Int32)

Implements

INotificationsController..::..SetNotificationTypeActions(IList<(Of <<'(NotificationTypeAction>)>>), Int32)

See Also