IAdvancedFindView..::..SetAlertLevel Method
Sets the alert level.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
void SetAlertLevel( AlertLevels level, string message, bool showCount, int recordCount )
Sub SetAlertLevel ( _ level As AlertLevels, _ message As String, _ showCount As Boolean, _ recordCount As Integer _ )
void SetAlertLevel( AlertLevels^ level, String^ message, bool^ showCount, int^ recordCount )
Parameters
- level
- Type: RingSoft.DbLookup..::..AlertLevels
The level.
- message
- Type: String
The message.
- showCount
- Type: Boolean
if set to true [show count].
- recordCount
- Type: Int32
The record count.