DeltaXML DITA Compare .NET API Documentation
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
value of the property if it exists, otherwise the defaultValue.
Get the boolean value of a property. Note this searches the system properties before those stored in this configuration
object, so long as they are not within the DeltaXML namespace (i.e. com.deltaxml.*). Those properties within the DeltaXML
namespace are only searched for within this configuration.
Get the boolean value of a property.
Namespace: com.deltaxml.ditaAssembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax
Parameters
- key
- Type: System String
The property to be found.
- defaultValue
- Type: System Boolean
The value to be used if the property does not exist.
Return Value
Type: Booleanvalue of the property if it exists, otherwise the defaultValue.
Remarks
See Also