Is there a way to export the content of a Page in DNN... like a blob for example...
I know you can export the content of a module, but I need all the content on a page
If all of the content (module) on the page exports content, then you can create a page template which will include the content. When you're viewing the Page Settings, you'll see this as an option at the top of the page settings view, as a button labeled "Save as Template" in a newer version of DNN.
If you actually want a blob output for that, you'll need to build that. Since almost every single DNN instance is fairly unique from the others, having a one-size-fits-all solution for what you're asking is almost impossible. (If not impossible, it would take hundreds of development hours from someone - or more.)
You can check out the database table and you will get everything there
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.