CalsTableConfiguration CalsValidationLevel Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets the ValidationLevel to use for CALS table validation.

Namespace: DeltaXML.CoreS9Api.Config
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public ValidationLevel CalsValidationLevel { get; set; }

Property Value

Type: ValidationLevel
Remarks

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