Vistas:

Question:
How does enum "ValidationMode" work?

Answer:
The enum "ValidationMode" contains three different entries:

  • ValidationMode.Check
  • ValidationMode.Update
  • ValidationMode.Store

The ValidationMode.Check is used to trigger checking the entered index entries and is called, while clicking on "Store" or "Save" in the DocuWare Clients. If a differentiation between storing a new document and changing index entries is needed, the other two options "Update" or "Store" can be used.