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.
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.
Umbraco Page
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
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
Hi Nik, Thanks for clarification.
appreciated.
No problem, happy to help :-)
is working on a reply...