Gets a notification type by identifier.
Namespace: DotNetNuke.Services.Social.NotificationsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
NotificationType GetNotificationType( int notificationTypeId ) |
Visual Basic |
---|
Function GetNotificationType ( notificationTypeId As Integer ) As NotificationType |
Parameters
- notificationTypeId
- Type: System..::..Int32
The notification type identifier.