Click or drag to resize
CheckForm Enumeration

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

How to perform form checking during DataDictionary generation

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public enum CheckForm
Members
  Member nameValueDescription
None0 No checking
ShowErrors1 Check, show errors only
ShowAll2 Check, show everything (as hierarchy), no matter if error or not
See Also