Gets the string used in the database to denote the specified alert type.
Namespace:
FreeFlowAssembly: FreeFlow.Client (in FreeFlow.Client.dll) Version: 2.0.0.135
Syntax
| C# |
|---|
public static string AlertTypeString( AlertType alertType ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function AlertTypeString ( _ alertType As AlertType _ ) As String |
| Visual C++ |
|---|
public: static String^ AlertTypeString( AlertType alertType ) |
Parameters
- alertType
- Type: FreeFlow..::.AlertType
Type of alert.