Inserts new log into notification logs table.
Namespace: Cartella.Classes.NotificationLogsAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public void InsertNotificationTypeLog(
string notificationType,
double daysUntilNextNotification
) |
Visual Basic |
---|
Public Sub InsertNotificationTypeLog ( _
notificationType As String, _
daysUntilNextNotification As Double _
) |
Visual C++ |
---|
public:
void InsertNotificationTypeLog(
String^ notificationType,
double daysUntilNextNotification
) |
Parameters
- notificationType
- Type: System..::..String
Name identifier for notification type.
- daysUntilNextNotification
- Type: System..::..Double
Days until next notification. Can use fractions of days for more precision.
See Also