| RGUIMessagesAddInfo Method |
Add new information message.
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public void AddInfo(
string message,
string clientName = "MessageDialog",
bool checkDuplicate = true
)
Parameters
- message
- Type: SystemString
The message. - clientName (Optional)
- Type: SystemString
Name of the client. - checkDuplicate (Optional)
- Type: SystemBoolean
if set to true it checks for duplication.
See Also