Gets the list of notification type actions for the provided notification type.
Namespace: DotNetNuke.Services.Social.NotificationsAssembly: 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.