Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Fahad Ayub 71 posts 238 karma points
    Jul 28, 2017 @ 10:53
    Fahad Ayub
    0

    Hi, In Umbraco Backoffice I created Document Type and template. Then I went to Content section and created and published the page name (Privacy). I can browse that page without any problem. Now if I want to edit this page in any other external editor how Can I do this as I cant see this page any where in my project (visual Studio). I can only see the template in my Visual studio project.

    Thanks

  • Nik 1599 posts 7179 karma points MVP 6x c-trib
    Jul 28, 2017 @ 12:20
    Nik
    100

    Hi Fahad,

    As far as I know you can't at least not without a lot of extra work. The idea of Umbraco is that it is a CMS so you manage your content within it. This provides you with the interface for updating and editing the content parts of your site.

    The content is stored in the Database, with the bulk of the information being stored in Json I believe. Then the latest published versions of each page are currently stored in the XML Cache which is a single XML file (umbraco.config) located under AppData. Editing this would update your cache but it wouldn't edit the underlying document in the database.

    Nik

  • Fahad Ayub 71 posts 238 karma points
    Jul 28, 2017 @ 13:00
    Fahad Ayub
    1

    Hi Nik, Thanks for clarification.

    appreciated.

  • Nik 1599 posts 7179 karma points MVP 6x c-trib
    Jul 28, 2017 @ 13:03
    Nik
    0

    No problem, happy to help :-)

Please Sign in or register to post replies

Write your reply to:

Draft