LexicalPreservationConfig isPreservingItems Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
States whether this LexicalPreservationConfig object is preserving any items on the inputs.

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

public bool isPreservingItems()

Return Value

Type: Boolean
a boolean stating whether any preservation items are being preserved.
Remarks

States whether this LexicalPreservationConfig object is preserving any items on the inputs.

This is a shorthand way of determining if any of the getPreserve...() methods return true.

See Also