DitaMapTopicsetCompareDotNet MapBackupSuffix Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
When the map comparison needs to backup a file before it can be compared it appends the '.

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

public string MapBackupSuffix { get; set; }

Property Value

Type: String
Remarks

When the map comparison needs to backup a file before it can be compared it appends the '.' character followed by this suffix to the existing file name. Note that if the file already exists then an IOException will be thrown.

Default:

bak

See Also