ResultReadabilityOptions ElementSplittingThreshold Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets the percentage of unchanged text present in a modified element below which the element will be split.

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

public int ElementSplittingThreshold { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
System ArgumentExceptionif the supplied value is not in the range 0-100
See Also