PipelinedComparatorS9 setInput2Filters Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Specifies the input filters applied to input2 or input 'b' before comparison.

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

public void setInput2Filters(
	FilterChain filters
)
Remarks

This method is useful when asymetric input filtering is required, otherwise the setInputFilters(FilterChain) method is simpler to use.

See Also