WF_LABEL_FILE_REL

Description

Contains information about the relationship between an application file and its label.

Columns

For the descriptions in this table, the term item refers to a relationship between a file and its label.

Column Name Data Type Size Description
IDvarchar32(Primary key) The unique item ID.
LABEL_IDvarchar32(Foreign key to WF_APP_LABEL Table) The ID (GUID) of the item.
FILE_IDvarchar32(Foreign key to WF_APPLICATION_FILE table) The ID (GUID) of the item.
FILE_NAMEnvarchar256 The file name associated with the item.

Relationships

Table Name Relationship
WF_APPLICATION_FILEn – 1
WF_APP_LABELn – 1