Table WSB_BRGFile
A temporary table used for displaying file records in a factbox.
Properties
| Name |
Value |
| Access |
Public |
| Caption |
File |
| DataClassification |
SystemMetadata |
| TableType |
Temporary |
Fields
| ID |
Type |
Name |
Description |
| 1 |
Integer |
FileTableID |
The ID of the table that actually stores the file record metadata. |
| 2 |
Guid |
FileRecordSystemID |
The system ID of the table record that actually stores the file record metadata. |
| 10 |
Text[255] |
FileName |
The name of the file of this file record. |
| 11 |
Text[10] |
FileExt |
The file extension of the file of this file record. |
| 12 |
DateTime |
FileCreatedDateTime |
The date and time at which the file was originally created. |
| 20 |
Text[100] |
MessageFrom |
If the file is an .msg file uploaded via drag and drop, then this field contains who the email message was from. |
| 21 |
DateTime |
MessageDateTime |
If the file is an .msg file uploaded via drag and drop, then this field contains the date and time of the email message. |
| 30 |
Text[50] |
CreatedBy |
The user that originally created the file record. |
| 31 |
DateTime |
CreatedDateTime |
The date and time at which the file record was originally created. |
| 40 |
Code[20] |
CategoryCode |
The code of the Document Archive file category that the file record belongs to. |