How display CMS_Document table data in kentico7 in page

raj k asked on January 1, 2015 06:59

How display CMS_Document table data in kentico7 in page

Recent Answers


Brenden Kehren answered on January 1, 2015 14:07

Why do you want to directly query that table? If you are using a document type for instance in a repeater, you can access that information simply by using Eval("DocumentName") or whatever the column name is. This is because the repeater uses a SQL view to make several joins to different tables.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.