DitaMapTopicsetCompareDotNet compareInPlace Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Compare the DITA maps that are specified by the input files.

Namespace: DeltaXML.DitaCompareApi
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax

public void compareInPlace(
	FileInfo input1,
	FileInfo input2
)

Parameters

input1
Type: System.IO FileInfo
The first input file ('A' document).
input2
Type: System.IO FileInfo
The second input file ('B' document).
Exceptions

Remarks

Compare the DITA maps that are specified by the input files. The result is interspersed with the inputs, with possible backups.
See Also