For Babelfish Release 1.11.1.3

DefinitionCacheAutoDownloadNewDefinitionVersions Field

Set to true, to allow the Definition Cache to automatically check, and if avaliable, downlaod newer minor versions of Definition Files.

The runtime.Initializer has the same property .AutoDownloadNewDefinitionVersions, as an easier facade to set / unset.

Definition

Namespace: Scopos.BabelFish.APIClients
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public static bool AutoDownloadNewDefinitionVersions

Field Value

Boolean

Remarks

  • true, if running on a server (e.g. Rezults).
  • false, if running on a stand alone application (e.g. Orion).

See Also