Section "DoNotTouch"

Settings in this sections are not inteded to be changed by kenaflow administrators. They are used by the engine internally.

instanceId

    <entry key="instanceId" type="System.Guid" comment="do not change!!" default="{00000000-0000-0000-0000-000000000000}"></entry>

ID of the kenaflow instance. It is set during installation and must not be changed.

configFileVersion

The version number of the config file.

productVersion

This setting contains the current installed version of kenaflow.

val1

Internally used.

val2

Internally used.

crt

<entry key="crt" type="System.String"></entry>

Internally used.

Full Section Default

<section name="donttouchthissection">
  <entry key="instanceId" type="System.Guid" comment="do not change!!" default="{00000000-0000-0000-0000-000000000000}"></entry>
  <entry key="configFileVersion" type="System.String" comment="do not change this!" default="5.0" />
  <entry key="productVersion" type="System.String" comment="do not change this!" default="5.0.21.5482" />
  <entry key="val1" type="System.Boolean" default="false" comment="please dont touch this"></entry>
  <entry key="val2" type="System.Boolean" default="false" comment="please dont touch this"></entry>
  <entry key="crt" type="System.String"></entry>
</section>