DCPConfiguration setParams Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Set new parameter values to override named default parameter settings included in the DCP file.

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

public void setParams(
	IDictionary<string, bool> booleanOverrides,
	IDictionary<string, string> stringOverrides
)

Parameters

booleanOverrides
Type: System.Collections.Generic IDictionary String, Boolean 
Values to override the boolean pipeline parameters.
stringOverrides
Type: System.Collections.Generic IDictionary String, String 
Values to override the string pipeline parameters.
Exceptions

ExceptionCondition
com.deltaxml.cores9api PDAdvancedConfigExceptionThrown when properties or features in 'advancedConfig' element cause an error.
com.deltaxml.cores9api DynamicPDFormatExceptionThrown if a problem is found while resolving DCP values.
com.deltaxml.cores9api PDFilterConfigurationExceptionThrown if a problem is found when loading an XML filter.
[X:java.lang.IllegalStateException]Thrown if neither of the overloaded generate  methods have been called.
Remarks

Set new parameter values to override named default parameter settings included in the DCP file. This method call must be preceded by a call to the generate() method.
See Also