Regarding related media field table in database

Posted by Community Admin on 03-Aug-2018 11:55

Regarding related media field table in database

All Replies

Posted by Community Admin on 12-Jan-2016 00:00

Hi 

i have one related media field in module i want  to know the table name in the database in which document is stored 

Posted by Community Admin on 15-Jan-2016 00:00

Hi,

Related media fileds store a link between the items that are related, in this case related are a document and employee.

Document: stored in table sf_media_content (the table stored images, videos, documents)
Employee: (I guess it is a module created with module builder)table sf_dynamic_content (stored all dynamic module items)

Relation link: table sf_content_links (stores all relations)

To query related data in Sitefinity refer to the related Data API, since the table relations may get complex since the DB structure is complex.

Regards,
Stanislav Velikov
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed