Constructor
Namespace: GF.Api.Messaging.Notifications
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public NotificationMessage( NotificationMessageID id, string message, DateTime timestamp, NotificationChannel channel, bool isAlert, Nullable<DateTime> expiration )
Parameters
- id
- Type: GF.Api.Messaging.NotificationsNotificationMessageID
- message
- Type: SystemString
- timestamp
- Type: SystemDateTime
- channel
- Type: GF.Api.Messaging.NotificationsNotificationChannel
- isAlert
- Type: SystemBoolean
- expiration
- Type: SystemNullableDateTime
See Also