DitaMapTopicsetCompareDotNet MapPairRemainingMapName Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
When the map-result-structure parameter is set to map-pair, the comparison result contains two maps.

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

public string MapPairRemainingMapName { get; set; }

Property Value

Type: String
Remarks

When the map-result-structure parameter is set to map-pair, the comparison result contains two maps. An updated version of the existing origin map, and a map containing those topic references that were in the original comparison, but not in the existing origin map.

Note that when the map-scan-topics-for-references is set to true, then the topics references within a map (and its submaps) also includes those references that are contained within the topics themselves.

Default:

dxml-remaining.ditamap

See Also