CommonComparator DebugFiles Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Determines whether intermediate pipeline result files are generated.

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

public bool DebugFiles { set; }

Property Value

Type: Boolean
Remarks

When developing a pipelined application it is sometimes useful to see the intermediate results. This debug option when enabled will generate a file containing the XML corresponding the intermediate result of most of the pipeline stages. These files are generated in the current working directory and are named according to the filter chain (a, b, result) and their position within the chain. An optional prefix can be supplied and is useful in applications involving multiple comparison pipelines or multiple invocations of a pipeline so that the intermediate results are not overwritten on sucessive comparison runs and can be differentiated.

See Also