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.4.717.3176 (8.4.0717.3176)
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