<app-get>

Definition:

<!ENTITY % cm.app-get "
  (appName |
  baseDir |
  binDir |
  commonScriptDir |
  configDir |
  dataDir |
  debugChannels |
  debugLevel |
  getKeys |
  instanceDir |
  libDir |
  logDir |
  now |
  rootConfigPath |
  scriptDir |
  shareDir |
  timeZone |
  tmpDir |
  today |
  version)*
">
<!ELEMENT app-get %cm.app-get;>

Aufgabe: Ermittelt einen applikationsspezifischen Wert.

Rückgabewert bei Erfolg: Der applikationsspezifische Wert.

Erforderliche Rechte: Keine Einschränkungen.

Beispiel:

<cm-request...>
  <app-get>
    <timezone/>
  </app-get>
</cm-request>

<cm-response...>
  <cm-code numeric="0" phrase="ok">MET</cm-code>
</cm-response>