FreeFlow class library

AlertHelper.AlertTypeFromString Method 

Gets the type of an alert from the string used to represent it in the database.

[Visual Basic]
Public Shared Function AlertTypeFromString( _
   ByVal alertTypeString As String _
) As AlertType
[C#]
public static AlertType AlertTypeFromString(
   string alertTypeString
);

Parameters

alertTypeString
The alert type string.

See Also

AlertHelper Class | FreeFlow Namespace