Click or drag to resize
FormSaveWithWarnings Enumeration

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

Bevahior when a form containing warnings is submtted (e.g. user clikcsk "Save" button).

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 SaveWithWarnings
Members
  Member nameValueDescription
Default0 Default (as specified for the entire application, e.g. in skin and/or .config-files)
Never1 Never save with warnings
Confirm2 User confirmation is needed to save with warnings
Always3 Form is always saved with warnings without confimation
See Also