File

The File data model is the core piece of the SilverStripe Filesystem and is part of the Asset-Package.
All metadata of attachments or Filesystem objects, are saved in this data model.

Table name

File

Properties

Name

Type

Description

Slug

Varchar(110)

 

Name

Varchar(255)

 

Title

Varchar(255)

 

FileHash

Varchar(255)

 

FileFilename

Varchar(255)

 

FileVariant

Varchar(255)

 

OwnerID

INT(11)

 

ShowInSearch

Boolean

 

DeletedDate

Datetime

 

CanViewType

Enum

 

CanEditType

Enum

 

Relations

Parent, Owner