LexicalPreservationConfig setAllPreservationItems Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets the preservation status of all PreserveItems.

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

public void setAllPreservationItems(
	bool preserve
)

Parameters

preserve
Type: System Boolean
if true, preserve all PreserveItems, if false, preserve none
Remarks

Sets the preservation status of all PreserveItems.

This method provides a shorthand way of setting all PreserveItems to the same value. It is useful if you only wish to set one or two of the items to be preserved. If this is the case, pass false to this method and subsequently pass true to the individual set methods for the items you wish to preserve.

See Also