Shows non-modal notification message in the left top corner of the screen.
Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void AddNotificationMessage( string message )
Parameters
- message
- Type: SystemString
The message text.
See Also