Retrieves the most recent notification log for the given notification type.

Namespace: Cartella.Classes.NotificationLogs
Assembly: 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.

Return Value

Most recent notification log, if none exists will return null.

See Also