Retrieves the most recent notification log for the given notification type.
Namespace: Cartella.Classes.NotificationLogsAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public NotificationLog GetLatestNotificationTypeLog( string notificationType ) |
Visual Basic |
---|
Public Function GetLatestNotificationTypeLog ( _ notificationType As String _ ) As NotificationLog |
Visual C++ |
---|
public: NotificationLog^ GetLatestNotificationTypeLog( String^ notificationType ) |
Parameters
- notificationType
- Type: System..::..String
Name identifier for notification type.