ConfigProperties loadPropsFile Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Load a DeltaXML configuration file.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

public virtual bool loadPropsFile(
	File propsFile
)

Parameters

propsFile
Type: File
the configuration file to load.

Return Value

Type: Boolean
true whenever the property file exists (and is not already in the process of being read), regardless of how much of the file could be understood or parsed.
Remarks

Load a DeltaXML configuration file.
See Also