Click or drag to resize

MessageType Enumeration

Specifies the type of a message.

Namespace:  Cobra.WebService.ClientAPI
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.3.715.2595 (8.3.0715.2595)
Syntax
C#
public enum MessageType
Members
  Member nameValueDescription
ValidationWarning1 Warning message from validation.
ValidationError2 Error message from validation.
Warning4 Warning message.
Error8 Error message.
See Also