Enumeration SetIssuesFoundErrorCodeMissingBehavior

setIssuesFound parameter value to determine how to handle when the supplied IssueFound does not match a validator on the ValueHost based on IssueFound.errorCode.

Enumeration Members

Enumeration Members

Keep: 0

Add the IssueFound. It will be available for the UI, both on the ValueHost and ValidationSummary. However, the next time you validate or clear validation, its removed.

Omit: 1

Do not use the IssueFound. Use this when you do not want errors that are not supported through local validators.

Generated using TypeDoc v0.25.12