Gets a notification type action by notification type and name.
Namespace: DotNetNuke.Services.Social.NotificationsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
NotificationTypeAction GetNotificationTypeAction( int notificationTypeId, string name ) |
Visual Basic |
---|
Function GetNotificationTypeAction ( notificationTypeId As Integer, name As String ) As NotificationTypeAction |
Parameters
- notificationTypeId
- Type: System..::..Int32
The notification type identifier.
- name
- Type: System..::..String
The notification type action name.