XML Compare .NET API Documentation - DEPRECATED
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
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.
Set new parameter values to override named default parameter settings included in the DCP file.
Namespace: DeltaXML.CoreS9ApiAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax
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
Exception | Condition |
---|---|
com.deltaxml.cores9api PDAdvancedConfigException | Thrown when properties or features in 'advancedConfig' element cause an error. |
com.deltaxml.cores9api DynamicPDFormatException | Thrown if a problem is found while resolving DCP values. |
com.deltaxml.cores9api PDFilterConfigurationException | Thrown 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
See Also