DitaMapTopicsetCompareDotNet ModifiedAttributeMode Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Specifies how modified attributes should be included in the output.

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

public ModifiedAttributeMode ModifiedAttributeMode { get; set; }

Property Value

Type: ModifiedAttributeMode
Remarks

Specifies how modified attributes should be included in the output.

Not all output formats allow the markup of attribute changes. When this is the case, a decision needs to be made on which version of the attribute should be present in the result file. This parameter is used to define what behaviour is required.

Default:

automatic

See Also