FreeFlow class library

AlertHelper.AlertTypeString Method 

Gets the string used in the database to denote the specified alert type.

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

Parameters

alertType
Type of alert.

See Also

AlertHelper Class | FreeFlow Namespace