ResultReadabilityOptions ModifiedWhitespaceBehaviour Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
The modified whitespace behaviour to use for changes in whitespace.

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

public ModifiedWhitespaceBehaviour ModifiedWhitespaceBehaviour { get; set; }

Property Value

Type: ModifiedWhitespaceBehaviour
Remarks

The ModifiedWhitespaceBehaviour to use for changes to whitespace. Here, both documents must have some whitespace /// at a given point, in order for there to be a change in whitespace, which will be processed in accordance with the specified behaviour. Whitespace insertions and deletions are not affected by the modified whitespace behaviour.
See Also