This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines the validation behavior.
Namespace: Smartsite.Validation.Sxml
Assembly: Smartsite.Validation (in Smartsite.Validation.dll)
Syntax
C# | Copy Code |
---|---|
public enum ValidationBehavior |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration ValidationBehavior |
Members
Member name | Description | |
---|---|---|
All |
Validate Sxml and all elements from other namespaces.
| |
SxmlOnly |
Validate Sxml only, elements from other namespaces are ignored.
| |
AllAndParamSxmlOnly |
Validate all elements. In Sxml parameter content (excluding default parameter), validate Sxml elements only.
|
See Also
Smartsite.Validation.Sxml Namespace