SoftwareTitleClassification Table

SoftwareTitleClassification is a static table listing the possible classifications for software titles.

Table 1. Database columns for SoftwareTitleClassification table

Database Column

Details

SoftwareTitle ClassificationID

Type: integer. Key. Generated ID

A unique identifier for each SoftwareTitleClassification. Possible values and the corresponding default strings are:

  • 1 = Shareware
  • 2 = Freeware
  • 3 = Commercial
  • 4 = Update
  • 5 = Malware
  • 6 = Beta
  • 7 = XRated
  • 8 = None
  • 9 = Component.
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing an application classification. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

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