XMLInsertType Table

XMLInsertType is a static table storing how custom property XML snippets will be inserted into the default property display layout XML file.

Table 1. Database columns for XMLInsertType table

Database Column

Details

XMLInsertTypeID

Type: integer. Key. Generated ID

A unique identifier for each XMLInsertType. Possible values are:

  • 1 = Before (the new snippet needs to go before the existing XML element)
  • 2 = After (the new snippet needs to go after the existing XML element)
  • 3 = Replace (the new snippet needs to replace the existing XML element)
  • 4 = First child (the new snippet needs to be added as the first child of the existing XML element)
  • 5 = Last child (the new snippet needs to be added as the last child of the existing XML element).
TypeDescription

Type: text (max 50 characters). Key

A description of the insert type.