Set to true to force all configuration files to be re-read when Save() is called.
C#
public bool UpdateFiles;
Remarks
If the contents of a configuration file such as TextFieldsFile changes, but the filename is not changed, set UpdateFiles=true to indicate that dtSearch should discard any internally-cached copies of configuration files and re-read them from disk.
See Also