DitaMapfileCompareDotNet UseIdsAsKeys Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Specifies whether to use id attribute value as keys in order to provide identity during comparison.

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

public bool UseIdsAsKeys { get; set; }

Property Value

Type: Boolean
Remarks

Specifies whether to use id attribute value as keys in order to provide identity during comparison.

If set to true, elements with the same name and id value at the same XML tree level will always be matched, regardless of their content.

This setting should only be used if id attribute values are consistent across versions.

Default:

false

See Also