Input
Beschreibung
Werte aus der IBI-helpMe-Eingabemaske.
Erlaubte Werte
Wert (value) | Beschreibung |
---|---|
Category | Ausgewählte IBI-helpMe Kategorie, falls verwendet. |
Subject | Inhalt des Betreff-Felds |
Description | Inhalt des Beschreibungs-Felds |
InputField_n | Inhalt des Eingabefelds n. n ist eine Zahl (beginnend mit 0) und spiegelt das Eingabefeld wieder, welches an der n-ten Stelle in der Configuration.xml definiert wurde. |
Beispiel
XML
<configuration version="1.2.0">
<applicationSettings>
...
<!-- Zu ermittelnden Informationen -->
<collectedValues>
<collectedValue type="Input"
value="Category"/>
</collectedValues>
...
</applicationSettings>
</configuration>