Click or drag to resize

ApplicationMessageArgs.ToMessageStatusCode Method

Translates the status (string) to a status code.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static ApplicationMessageArgs.MessageStatusCode ToMessageStatusCode(
	string status
)

Parameters

status
Type: System.String
The status text.

Return Value

Type: ApplicationMessageArgs.MessageStatusCode
The corresponding enumeration value, else unknown.
See Also