ResultReadabilityOptions ElementSplittingEnabled Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets whether modified elements containing text should be split when the amount of unchanged text falls below a given percentage.

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

public bool ElementSplittingEnabled { get; set; }

Property Value

Type: Boolean
Remarks

Sets whether modified elements containing text should be split when the amount of unchanged text falls below a given percentage.

The percentage at which this behaviour is triggered can be set using ElementSplittingThreshold

See Also