Documentation Center

Event Data Type

Indicates the data type of the event data content.

Values

Public Enum eEventDataType
    None = 0
    String = 1
    List = 2
    Xml = 3
    SendEventData = 10
    LogObject
    StatusReport = 21
    CommandOutput = 30
    Other = 99
End Enum
ValueDescription
NoneUsed to indicate that there is NO event data content for this event detail
StringUsed to indicate that the event data content contains a string
Starting 1 sub events for generating translations 
CREATETRANSLATION DEVSERVER01 20101229161020530 6117 [ce:GUID-...]
ListUsed to indicate that the event data content contains a string that represents a list of items separated by the default separator
6428, 6403, 6331, 6332, 6311, 6312, 6536, 6551,...
XmlUsed to indicate that the event data content contains a XML
<ishfields>
<ishfield name="FCHANGES" level="version">Imported</ishfield>
<ishfield name="FAUTHOR" level="lng">Admin</ishfield>
<ishfield name="DOC-LANGUAGE" level="lng">en</ishfield>
<ishfield name="FREVIEWER" level="lng">Admin</ishfield>
<ishfield name="FSTATUS" level="lng">Draft</ishfield>
<ishfield name="FTRANSLATOR" level="lng">Admin</ishfield>
<ishfield name="FTITLE" level="logical">Encyclopaedia Britannica entry d1e12267</ishfield>
</ishfields>
SendEventDataUsed to indicate that the event data contains a string with event specific information used by the event handler. For most background processes this event data is a XML.
<data> 
<export-document-type>ISHPublication</export-document-type> 
<export-document-level>lng</export-document-level> 
<export-ishlngref>6955</export-ishlngref> 
<creationdate>20101007135319388</creationdate> 
</data> 
LogObjectUsed to indicate that the event data content contains a XML string that represents a log object
StatusReportUsed to indicate that the event data content contains a XML string that represents a status report
CommandOutputUsed to indicate that the event data content contains a string that represents the console (command prompt in Windows) output. This event data type is used to store the publish post processing command output of DITA-OT.
OtherUsed to indicate that the event data content is of an unknown type. This event data type can be used for event data content from a customer specific background processes.