PipelinedComparatorS9 getComparatorFeature Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Gets the current feature settings for 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 bool getComparatorFeature(
	string name
)

Parameters

name
Type: System String
The feature name

Return Value

Type: Boolean
The current value
Exceptions

ExceptionCondition
System ArgumentExceptionThrown if the name parameter is null
com.deltaxml.core FeatureNotRecognizedExceptionThrown if 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