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

Namespace:  FreeFlow
Assembly:  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.

Return Value

The string used in the database to denote the specified alert type

See Also