PipelinedComparatorS9 setComparatorFeature Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets a Feature (or option) associated with the comparator at the centre of the pipeline.

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

public void setComparatorFeature(
	string name,
	bool value
)

Parameters

name
Type: System String
The name of the feature being configured
value
Type: System Boolean
The new value to be applied
Exceptions

ExceptionCondition
System ArgumentExceptionif the name parameter is null
com.deltaxml.core FeatureNotRecognizedExceptionif the feature name is not recognized
Remarks

The feature names which can be used with this method are documented in OnlineFeatures and Properties on the DeltaXML website.

See Also