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

    <entry key="configFileVersion" type="System.String" comment="do not change this!" default="4.0"/>

The version number of the config file.

productVersion

    <entry key="productVersion" type="System.String" comment="do not change this!" default="4.0.0.0"/>

This setting contains the current installed version of kenaflow.

val1

    <entry key="val1" type="System.Boolean" default="false" comment="please dont touch this"></entry>

Internally used.

val2

    <entry key="val2" type="System.Boolean" default="false" comment="please dont touch this"></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="4.0"/>
    <entry key="productVersion" type="System.String" comment="do not change this!" default="4.0.0.0"/>
    <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>
  </section>