Click or drag to resize

MessageType Enumeration

[This is preliminary documentation and is subject to change.]

Types of message in forms

Namespace:  CSC.SC.TOPICA4.Template
Assembly:  CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.37.7779.15939
Syntax
C#
public enum MessageType
Members
  Member nameValueDescription
Information0 Information only
Warning1 Warning - user must explicitly choose to ignore warnings to save
Error2 Error - user cannot save form with errors
Exception3 Rule evaluation threw an exception
Debug4 Debugging messages (for debugging rules)
See Also