UIAlignmentType Table

Table 1. Database columns for UIAlignmentType table

Database Column

Details

UIAlignmentTypeID

Type: integer. Key. Generated ID

A unique identifier for each UIAlignmentType. Possible values are:

  • 1 = UseAvailableSpace
  • 2 = ForceLeft
  • 3 = ForceRight
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a insert type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.