DXPConfigurationS9 BooleanParameters Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
The boolean parameters with their default values.

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

public IDictionary<string, bool> BooleanParameters { get; }

Property Value

Type: IDictionary String, Boolean 
Remarks

The contents of this dictionary should bot be altered. Any alteration will affect values in the dictionary, but not the default values of the parameters. The defaultvalue of a parameter can be overriden as part of the generate method.
See Also