Gets the type of an alert from the string used to represent it in the database.
Namespace:
FreeFlowAssembly: FreeFlow.Client (in FreeFlow.Client.dll) Version: 2.0.0.135
Syntax
| C# |
|---|
public static AlertType AlertTypeFromString( string alertTypeString ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function AlertTypeFromString ( _ alertTypeString As String _ ) As AlertType |
| Visual C++ |
|---|
public: static AlertType AlertTypeFromString( String^ alertTypeString ) |
Parameters
- alertTypeString
- Type: System..::.String
The alert type string.