Brenden Kehren
-
7/10/2013 8:23:20 AM
RE:How to map Kentico DB Entries to URLs and actual web pages
Take a look at the view named View_CMS_Tree_Joined. This will have the NodeAliasPath (rewritten url), ClassName (document type), DocumentExtensions (aspx, jpg, png etc) and about 5000 other fields you can gather data from. Going directly to the database tables will cause trouble, which is why these views are created.
|