XML Compare .NET API Documentation - DEPRECATED
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Sets the ValidationLevel to use for CALS table validation.
Namespace: DeltaXML.CoreS9Api.ConfigAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax
Property Value
Type: ValidationLevelRemarks
Sets the ValidationLevel to use for CALS table validation.
A value of STRICT will cause the InvalidTableBehaviour mode to be used for any CALS invalidity. A value of RELAXED means that invalidities which are known to have no effect on CALS processing will not prevent CALS processing from running.
Note: Warnings will be reported according to the WarningReportMode regardless of the setting used here.
See Also