Click or drag to resize
MessageTypeEnum Enumeration
Message type enumeration.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public enum MessageTypeEnum
Members
  Member nameValueDescription
Information0 Information message.
Confirmation1 Confirmation message.
Warning2 Warning message.
Error3 Error message.
See Also