ResultReadabilityOptions MoveAttributeXpath Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets id attribute XPath to be used during moves detection.

Namespace: DeltaXML.CoreS9Api.Config
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public string MoveAttributeXpath { get; set; }

Property Value

Type: String
Remarks

This id attribute must be an unique identifier for an element. It is used to identify and detect source and target for an element move.

If a bad or invalid XPath expression is provided then an exception will be thrown during the comparison.

See Also