RGUIMessagesAddInfo Method
Adds a new information message.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
public void AddInfo(
string message,
string clientName = "MessageDialog",
bool checkDuplicate = true
)
Parameters
- message String
- The information message.
- clientName String (Optional)
- The client name of the field.
- checkDuplicate Boolean (Optional)
- Indicates whether to check for duplicate messages.